mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Update .profile
One command less. I know you don't like `find` but is faster here. Is posix, although is not part of Plan9.
This commit is contained in:
parent
1f68edef08
commit
a18e798b99
2
.profile
2
.profile
@ -2,7 +2,7 @@
|
||||
# Profile file. Runs on login.
|
||||
|
||||
# Adds `~/.scripts` and all subdirectories to $PATH
|
||||
export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
|
||||
export PATH="$PATH:$(find "$HOME/.local/bin/" -type d | tr '\n' ':' | sed 's/:*$//')"
|
||||
export EDITOR="nvim"
|
||||
export TERMINAL="st"
|
||||
export BROWSER="firefox"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user