forked from logan/dotfiles
Put .local/bin at top of PATH
This commit is contained in:
parent
7bf77d09f6
commit
f369dac588
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
@ -24,7 +24,7 @@ alias gpudrivers='lspci -nnk | grep -i VGA -A2'
|
|||
|
||||
export EDITOR=nvim
|
||||
export VISUAL=nvim
|
||||
export PATH=$PATH:~/.local/bin
|
||||
export PATH=~/.local/bin:$PATH
|
||||
export HISTSIZE=10000
|
||||
export HISTFILESIZE=20000
|
||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||
|
|
Loading…
Reference in a new issue