We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53da810 commit eba68f4Copy full SHA for eba68f4
.zshrc
@@ -141,7 +141,6 @@ function t() { tree -h -F -D -L ${1:-1} }
141
alias ls="ls --color=auto"
142
alias l="ls -al --human-readable"
143
alias grep="grep --color"
144
-alias Cp="xargs echo -n | xclip -selection clipboard"
145
-alias themes='bash -c "$(wget -qO- https://git.io/vQgMr)"'
+alias Cp="xclip -r -selection clipboard"
146
alias todo='sTodo'
147
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
0 commit comments