Clean fish config, adding stuff to path repeatedly if opnening fish instances inside other instances.

This commit is contained in:
Érico Rolim 2019-11-01 02:51:13 -03:00
parent 557dc0ff9a
commit 27a417c6a0
1 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
set -x PATH $PATH ~/.local/bin ~/.cargo/bin /opt/hipSYCL/CUDA/bin
# taken from https://fishshell.com/docs/current/commands.html#contains
for i in ~/.local/bin ~/.cargo/bin /opt/hipSYCL/CUDA/bin
if not contains $i $PATH
set PATH $PATH $i
end
end
set -x VISUAL nvim
set -x fish_term256 1