From 4bf0c8e3a250d4fb6cd76234e2e76b6032b12fea Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 29 May 2021 16:12:39 +0200 Subject: [PATCH] add config-file script behind exists clause --- general/.aliases | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/general/.aliases b/general/.aliases index 94fa6b6..3871315 100755 --- a/general/.aliases +++ b/general/.aliases @@ -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'