diff options
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,7 +7,7 @@ export LANGUAGE=en export LC_ALL=en_US.UTF-8 export EDITOR=vim -#export GDK_BACKEND=wayland +export GDK_BACKEND=wayland export MAKEFLAGS=-j`lscpu | grep '^CPU(s):' | awk -F' ' '{ print $2 }'` export CFLAGS="-O2 -pipe -march=native" @@ -25,4 +25,7 @@ HOSTNAME=$(cat /proc/sys/kernel/hostname) && [ -f ~/.bashrc ] && . ~/.bashrc \ && echo "$(date): .bashrc loaded from .profile" >> ~/debug_logs +export VOLTA_HOME="$HOME/.volta" +export PATH="$VOLTA_HOME/bin:$PATH" + echo .profile end |
