recursive PATH returns
This commit is contained in:
parent
efccd7cbb7
commit
97d1008f8f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Profile file. Runs on login. Environmental variables are set here.
|
||||
|
||||
# Adds `~/.local/bin` to $PATH
|
||||
export PATH="$PATH:$HOME/.local/bin/:$HOME/.local/bin/personal"
|
||||
export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
|
||||
|
||||
# Default programs:
|
||||
export EDITOR="nvim"
|
||||
|
|
Loading…
Reference in a new issue