add config-file script behind exists clause

master
Oystein Kristoffer Tveit 2021-05-29 16:12:39 +02:00
parent fc2f6cd15b
commit 4bf0c8e3a2
1 changed files with 1 additions and 2 deletions

View File

@ -73,6 +73,7 @@ fi
if [[ -f $HOME/.scripts/dropbox.py ]]; then
alias dp="python $HOME/.scripts/dropbox.py"
alias openfile='$HOME/.scripts/rofi/config-selector.py | xargs nvim'
fi
# ░█▀▀░█▀█░█░░░█▀█░█▀▄
@ -119,8 +120,6 @@ alias sz='du -sh'
alias realias='source $HOME/.aliases'
alias openfile='$HOME/.scripts/rofi/config-selector.py | xargs nvim'
alias q='exit'
alias rmr='rmdir'