diff options
| author | Mouath Ibrahim <iMouath@users.noreply.github.com> | 2019-02-03 11:37:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-03 11:37:56 +0000 |
| commit | 3f665b026b7c1d4d1c5af0ffe9797927962be419 (patch) | |
| tree | 971e6b82db270efa6a924b1b14d90bca72cb8b28 /.profile | |
| parent | 195a330f8a1a9c3af5c5cce2de6c6ba8bc5e190a (diff) | |
| download | eibhear-3f665b026b7c1d4d1c5af0ffe9797927962be419.tar.gz eibhear-3f665b026b7c1d4d1c5af0ffe9797927962be419.tar.zst eibhear-3f665b026b7c1d4d1c5af0ffe9797927962be419.zip | |
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" |
