Remove links from xprofile and zprofile, as they were making profile sourced twice

This commit is contained in:
flyingscorpio@arch-desktop 2020-05-14 10:30:15 +02:00
parent 5cccfb3927
commit 954ed088cc

View file

@ -6,4 +6,4 @@
export EDITOR="/bin/vim"
export PATH="$HOME/.cargo/bin:$PATH"
export PATH="$HOME/.local/bin:$PATH"
export PATH="$PATH:$HOME/.local/bin"