mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Use capital CLIP for to-X-clipboard global alias to match convention
This commit is contained in:
parent
0f0043ac08
commit
813bf0d817
2
aliases
2
aliases
@ -31,7 +31,7 @@ alias -g NE="2> /dev/null"
|
|||||||
alias -g NUL="&> /dev/null"
|
alias -g NUL="&> /dev/null"
|
||||||
alias -g BG="&;disown"
|
alias -g BG="&;disown"
|
||||||
alias -g COL="| column -t"
|
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() {
|
calc() {
|
||||||
echo "$@" | bc -l
|
echo "$@" | bc -l
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user