Skip to content

Commit

Permalink
Add kbcopy and kbpaste aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
GMadorell committed Jun 16, 2022
1 parent 47f83a4 commit aed481e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,8 @@ alias copy="pbcopy"
alias paste="pbpaste"
alias cbcopy=copy
alias cbpaste=paste
alias kbcopy=copy
alias kbpaste=paste

# lst is the default to list files, abstracting away the used tool
# the --extended flag checks the extended extensions on files, useful to see if they are quarantined in MacOS, for example.
Expand Down

0 comments on commit aed481e

Please sign in to comment.