[profile] Ditch st, add cargo stuff to PATH
This commit is contained in:
parent
fe22474b72
commit
1be888b0cb
1 changed files with 2 additions and 2 deletions
4
profile
4
profile
|
@ -1,9 +1,9 @@
|
|||
export PATH="$PATH:$HOME/.local/bin"
|
||||
export PATH="$PATH:$HOME/.local/bin:$HOME/.cargo/bin"
|
||||
|
||||
export EDITOR=vim
|
||||
export VISUAL="$EDITOR"
|
||||
|
||||
export TERMINAL=st
|
||||
export TERMINAL=xfce4-terminal
|
||||
|
||||
if which nproc >/dev/null 2>&1; then
|
||||
export MAKEFLAGS="-j $(( $(nproc) * 3 / 4 ))"
|
||||
|
|
Loading…
Reference in a new issue