[FIX][SHELL] Remove i3exit path in lock alias

Because i3exit is part of my path, I do not need to use the full path
from home. This is more robust when changing the path of my scripts
directory, as I did earlier.
This commit is contained in:
Bruno BELANYI 2019-10-04 11:54:43 +02:00
parent 7f6bba0e5d
commit c23a84a4a0

View file

@ -2,7 +2,7 @@
alias ureload='xrdb -merge ~/.Xresources'
# Shortcut to script with configuration
alias lock='~/scripts/i3exit lock'
alias lock='i3exit lock'
# Colorize output
alias ls='ls -CF --color=auto'