diff --git a/profile b/profile index ec81dad..21c6dba 100644 --- a/profile +++ b/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 ))"