mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
removal of trailing colon
This commit is contained in:
commit
02e216d992
2
.profile
2
.profile
@ -2,7 +2,7 @@
|
|||||||
# Profile file. Runs on login.
|
# Profile file. Runs on login.
|
||||||
|
|
||||||
# Adds `~/.scripts` and all subdirectories to $PATH
|
# Adds `~/.scripts` and all subdirectories to $PATH
|
||||||
export PATH="$PATH:$(du "$HOME/.scripts/" | cut -f2 | tr '\n' ':')"
|
export PATH="$PATH:$(du "$HOME/.scripts/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
export TERMINAL="st"
|
export TERMINAL="st"
|
||||||
export BROWSER="firefox"
|
export BROWSER="firefox"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user