Skip to content

Commit eba68f4

Browse files
committed
Cp preserves new lines + remove unused theme alias
1 parent 53da810 commit eba68f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.zshrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ function t() { tree -h -F -D -L ${1:-1} }
141141
alias ls="ls --color=auto"
142142
alias l="ls -al --human-readable"
143143
alias grep="grep --color"
144-
alias Cp="xargs echo -n | xclip -selection clipboard"
145-
alias themes='bash -c "$(wget -qO- https://git.io/vQgMr)"'
144+
alias Cp="xclip -r -selection clipboard"
146145
alias todo='sTodo'
147146
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

0 commit comments

Comments
 (0)