mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
recursive PATH returns
This commit is contained in:
parent
efccd7cbb7
commit
97d1008f8f
@ -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…
x
Reference in New Issue
Block a user