summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-02-07 20:54:30 -0500
committerLuke Smith <luke@lukesmith.xyz>2019-02-07 20:54:30 -0500
commit02e216d992f774a0c8ab58218f81c19ef6b8e61e (patch)
treeabe96a93e7183fb6c79e70c6767cc45937fe3f44
parent7312a5acea93d202c601a7c6fed12baada2358fb (diff)
parent31a211cc8bc07f614d4cac0b814a1fad8ab51f8b (diff)
downloadeibhear-02e216d992f774a0c8ab58218f81c19ef6b8e61e.tar.gz
eibhear-02e216d992f774a0c8ab58218f81c19ef6b8e61e.tar.zst
eibhear-02e216d992f774a0c8ab58218f81c19ef6b8e61e.zip
removal of trailing colon
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 838c9f0..2163cff 100644
--- a/.profile
+++ b/.profile
@@ -2,7 +2,7 @@
# Profile file. Runs on login.
# 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 TERMINAL="st"
export BROWSER="firefox"