Add ro command (ranger open) to vimrc
This commit is contained in:
parent
222621b1c5
commit
61a3600c4c
1 changed files with 1 additions and 0 deletions
1
bashrc
1
bashrc
|
@ -8,6 +8,7 @@ alias getclip='xclip -selection clipboard -o'
|
||||||
alias wgetclip='wget `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) --choosefile $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 youtube-mp3='/home/darkwiiplayer/.local/bin/youtube-dl --extract-audio --audio-format mp3'
|
||||||
|
|
Loading…
Reference in a new issue