Skip to content

Commit

Permalink
feat(zsh): add global C alias for copying
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnorrby committed Jul 15, 2021
1 parent b34cc4a commit 0201576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/zsh/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ alias -g Y="| yq"
alias -g J="| jq"
alias -g E="| entr"
alias -g EE="| entr /_"
alias -g C="| copy_cmd"

if [[ "$(_os)" == "macos" ]] ; then
# Enable ls colors by aliasing gnu coreutils ls – not needed when included in PATH
Expand Down

0 comments on commit 0201576

Please sign in to comment.