diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-02-07 20:54:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-07 20:54:23 -0500 |
| commit | 31a211cc8bc07f614d4cac0b814a1fad8ab51f8b (patch) | |
| tree | 44cb9df795c3763066f46b57ab5f197154c5f3f4 /.profile | |
| parent | 6454c6941a909e4c382c8a3baf269424f1eef105 (diff) | |
| parent | 3f665b026b7c1d4d1c5af0ffe9797927962be419 (diff) | |
| download | eibhear-31a211cc8bc07f614d4cac0b814a1fad8ab51f8b.tar.gz eibhear-31a211cc8bc07f614d4cac0b814a1fad8ab51f8b.tar.zst eibhear-31a211cc8bc07f614d4cac0b814a1fad8ab51f8b.zip | |
Merge pull request #208 from iMouath/patch-1
remove a trailing colon from the PATH
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
