[profile] Ditch st, add cargo stuff to PATH

This commit is contained in:
M1dgard 2018-11-04 00:24:08 +01:00
parent fe22474b72
commit 1be888b0cb
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -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 ))"