diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-12-02 10:53:50 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-12-02 10:53:50 -0500 |
| commit | bfd7ef110c3a205dc13ddb6c63d4c0d19f13ceaa (patch) | |
| tree | 3a6d9cc0f26156f4f8af713862b155757b4b46fa /.config | |
| parent | 4b508301489da44757bee5db64e2cd0b9f29591e (diff) | |
| parent | 7c96bd081ac25faea8144aaa8c770aaf31bd558a (diff) | |
| download | eibhear-bfd7ef110c3a205dc13ddb6c63d4c0d19f13ceaa.tar.gz eibhear-bfd7ef110c3a205dc13ddb6c63d4c0d19f13ceaa.tar.zst eibhear-bfd7ef110c3a205dc13ddb6c63d4c0d19f13ceaa.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.config')
| -rw-r--r-- | .config/shell/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 51ed62a..e720376 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -6,7 +6,7 @@ # to clean up. # Adds `~/.local/bin` to $PATH -export PATH="$PATH:$(du "$HOME/.local/bin" | cut -f2 | paste -sd ':')" +export PATH="$PATH:$(du "$HOME/.local/bin" | cut -f2 | paste -sd ':' -)" unsetopt PROMPT_SP |
