summaryrefslogtreecommitdiffstats
path: root/zsh/.zprofile
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2017-12-20 15:19:01 -0500
committerAmin Bandali <amin@aminb.org>2017-12-20 15:19:01 -0500
commit56fe44972a5871c713fee75ca255e540a658f4ec (patch)
treeef699ba08180fe1bd65243dc429bcc68df9875bc /zsh/.zprofile
parent161c93e90668ee7ea7350e2bb914eff827d2f672 (diff)
downloadconfigs-56fe44972a5871c713fee75ca255e540a658f4ec.tar.gz
configs-56fe44972a5871c713fee75ca255e540a658f4ec.tar.xz
configs-56fe44972a5871c713fee75ca255e540a658f4ec.zip
Back to urxvt; other updates
Diffstat (limited to '')
-rw-r--r--zsh/.zprofile4
1 files changed, 3 insertions, 1 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile
index d1948bf..a5786c3 100644
--- a/zsh/.zprofile
+++ b/zsh/.zprofile
@@ -1,5 +1,5 @@
#PATH="$(ruby -e 'print Gem.user_dir')/bin:$PATH"
-PATH=$HOME/.gem/ruby/2.4.0/bin:$PATH
+#PATH=$HOME/.gem/ruby/2.4.0/bin:$PATH
export PATH=$HOME/.local/bin:$HOME/.cabal/bin:$HOME/.cargo/bin:$PATH
export XDG_CONFIG_HOME=$HOME/.config
export XDG_DATA_HOME=$HOME/.local/share
@@ -19,5 +19,7 @@ export PATH="$HOME/usr/build/pvs:$PATH"
export SBCLISP_HOME=/usr/share/sbcl-source
export PVS_LIBRARY_PATH="$HOME/usr/build/pvs/nasalib"
+export MOZ_USE_XINPUT2=1
+
#if [ -e /home/amin/.nix-profile/etc/profile.d/nix.sh ]; then . /home/amin/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer