export EDITOR="emacsclient -nw"
export VISUAL="emcl"
-PATH="$HOME/bin:$HOME/.local/bin:$PATH"
+PATH="$HOME/usr/local/bin:$HOME/.local/bin:$PATH"
PATH="$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/bin:$PATH"
if [ -z "$IS_GUIX_SYSTEM" ]; then
PATH="$HOME/.config/guix/current/bin${PATH:+:}$PATH"
+ INFOPATH="$HOME/.config/guix/current/share/info${INFOPATH:+:}$INFOPATH"
export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale"
fi
export PATH
+export INFOPATH
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
fi
fi
-setxkbmap \
- -layout us,ir \
- -option ctrl:nocaps \
- -option grp:shifts_toggle
-
-xmodmap -e "keysym Menu = Super_R"
-
-xrdb -merge "$HOME/.Xresources"
-
# footenote: when on a foreign distro and using Xfce, don't forget to
# disable its auto-start of gpg- and ssh-agent, by issuing
# xfconf-query -c xfce4-session -p /startup/ssh-agent/enabled -n -t bool -s false