diff --git a/aliases b/aliases index 8ee069f..c683038 100644 --- a/aliases +++ b/aliases @@ -31,7 +31,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" +alias -g CLIP="| xclip -i -selection primary -f | xclip -i -selection clipboard" calc() { echo "$@" | bc -l }