Skip to content

Commit

Permalink
Cp preserves new lines + remove unused theme alias
Browse files Browse the repository at this point in the history
  • Loading branch information
simonvic committed Mar 6, 2022
1 parent 53da810 commit eba68f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit eba68f4

Please sign in to comment.