Setting the custom bin directory first in the PATH.
This commit is contained in:
parent
dbd988064e
commit
c924913c11
3 changed files with 3 additions and 3 deletions
2
.xinitrc
2
.xinitrc
|
@ -7,7 +7,7 @@ hash xscreensaver 2>/dev/null && xscreensaver -no-splash &
|
|||
hash gpg-agent 2>/dev/null && eval $(gpg-agent --daemon --enable-ssh-support --write-env-file "${HOME}/.gpg-agent-info")
|
||||
|
||||
DEFAULT_SESSION=awesome
|
||||
[[ ":$PATH:" == *":$HOME/bin:"* ]] || export PATH="$PATH:$HOME/bin"
|
||||
[[ ":$PATH:" == *":$HOME/bin:"* ]] || export PATH="$HOME/bin:$PATH"
|
||||
|
||||
case "$1" in
|
||||
awesome)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue