diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2020-02-19 14:32:53 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2020-02-19 14:32:53 +0100 |
commit | 9b987e26a090022830ed6ba79fc95179ad7297f3 (patch) | |
tree | bc07c542dc92299185d2817fab14cabe3e4ce62b /.zsh/zshenv | |
parent | cc5924dc7881f380e2d61333a021e0fd448f95fd (diff) |
zshenv: remove /snap/bin from $PATH again
Diffstat (limited to '.zsh/zshenv')
-rw-r--r-- | .zsh/zshenv/01_path | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.zsh/zshenv/01_path b/.zsh/zshenv/01_path index d094d8e..8e11d08 100644 --- a/.zsh/zshenv/01_path +++ b/.zsh/zshenv/01_path @@ -32,7 +32,6 @@ path_append() # add the paths here -path_prepend /snap/bin path_prepend $HOME/bin #path_append /opt/nios2/bin |