Remove non-portable bash aliases
This commit is contained in:
parent
4cca46660c
commit
1d793eb59b
1 changed files with 0 additions and 4 deletions
4
bashrc
4
bashrc
|
@ -1,17 +1,13 @@
|
||||||
# vim: set noexpandtab :miv #
|
# vim: set noexpandtab :miv #
|
||||||
alias hello='echo "Hello :)"'
|
alias hello='echo "Hello :)"'
|
||||||
alias temp='watch -t -d -n 1 sensors -A coretemp-isa-0000'
|
|
||||||
alias w='watch -t -d -n 1'
|
alias w='watch -t -d -n 1'
|
||||||
alias freq='watch -t -d -n 1 "cpufreq-info -c 0 -f; cpufreq-info -c 1 -f"'
|
|
||||||
alias setclip='xclip -selection c'
|
alias setclip='xclip -selection c'
|
||||||
alias getclip='xclip -selection clipboard -o'
|
alias getclip='xclip -selection clipboard -o'
|
||||||
alias wgetclip='wget `xclip -selection clipboard -o`'
|
|
||||||
alias r='ranger'
|
alias r='ranger'
|
||||||
alias rr='(ranger)'
|
alias rr='(ranger)'
|
||||||
alias ro='(f=$(tempfile); $(which ranger) --choosefiles $f; rifle $(cat $f); rm $f)'
|
alias ro='(f=$(tempfile); $(which ranger) --choosefiles $f; rifle $(cat $f); rm $f)'
|
||||||
export HISTIGNORE='ls:clear:history'
|
export HISTIGNORE='ls:clear:history'
|
||||||
# alias cmatrix='cmatrix -b -C `r.choose green red blue white yellow cyan magenta black`'
|
# alias cmatrix='cmatrix -b -C `r.choose green red blue white yellow cyan magenta black`'
|
||||||
alias youtube-mp3='/home/darkwiiplayer/.local/bin/youtube-dl --extract-audio --audio-format mp3'
|
|
||||||
alias oneko='oneko -speed 20 -fg "#2f2f2f" -cursor 2 -name neko'
|
alias oneko='oneko -speed 20 -fg "#2f2f2f" -cursor 2 -name neko'
|
||||||
alias sakura='oneko -bg "#ffddee" -sakura -name sakura'
|
alias sakura='oneko -bg "#ffddee" -sakura -name sakura'
|
||||||
alias tmux='tmux -2'
|
alias tmux='tmux -2'
|
||||||
|
|
Loading…
Reference in a new issue