From eba68f467b760f2092c32484d2b00e5ed7c88c01 Mon Sep 17 00:00:00 2001 From: simonvic Date: Mon, 7 Mar 2022 00:04:04 +0100 Subject: [PATCH] Cp preserves new lines + remove unused theme alias --- .zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 6606fed..12271c6 100644 --- a/.zshrc +++ b/.zshrc @@ -141,7 +141,6 @@ function t() { tree -h -F -D -L ${1:-1} } alias ls="ls --color=auto" alias l="ls -al --human-readable" alias grep="grep --color" -alias Cp="xargs echo -n | xclip -selection clipboard" -alias themes='bash -c "$(wget -qO- https://git.io/vQgMr)"' +alias Cp="xclip -r -selection clipboard" alias todo='sTodo' alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'