mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
Merge pull request #73 from CecileGS/patch-2
Bug fix: $PATH sometimes breaks from package conflicts
This commit is contained in:
commit
5f846ed806
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||||
|
|
||||||
export PATH=$PATH:$HOME/.scripts
|
export PATH="$PATH:$HOME/.scripts"
|
||||||
export EDITOR="vim"
|
export EDITOR="vim"
|
||||||
export TERMINAL="st"
|
export TERMINAL="st"
|
||||||
export BROWSER="firefox"
|
export BROWSER="firefox"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user