Add ro command (ranger open) to vimrc

This commit is contained in:
Talia 2019-12-02 13:08:44 +01:00
parent 222621b1c5
commit 61a3600c4c
1 changed files with 1 additions and 0 deletions

1
bashrc
View File

@ -8,6 +8,7 @@ alias getclip='xclip -selection clipboard -o'
alias wgetclip='wget `xclip -selection clipboard -o`'
alias r='ranger'
alias rr='(ranger)'
alias ro='(f=$(tempfile); $(which ranger) --choosefile $f; rifle $(cat $f); rm $f)'
export HISTIGNORE='ls:clear:history'
# 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'