1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Add clipboard global alias

This commit is contained in:
Joe Groocock 2016-05-10 17:05:52 +01:00
parent c0d08c557f
commit 9342fc90b5

View File

@ -30,6 +30,7 @@ alias -g NE="2> /dev/null"
alias -g NUL="&> /dev/null"
alias -g BG="&;disown"
alias -g COL="| column -t"
alias -g clip="| xclip -i -selection primary -f | xclip -i -selection clipboard"
calc() {
echo "$@" | bc -l
}