bf2741cf034f3240cfd635f207af9f62ed54e8ed
1 # ~/.profile: executed by the command interpreter for login shells.
2 # This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
5 export EDITOR
="emacsclient -nw"
8 PATH
="$HOME/bin:$HOME/.local/bin:$PATH"
9 PATH
="$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/bin:$PATH"
12 export XDG_CONFIG_HOME
="$HOME/.config"
13 export XDG_DATA_HOME
="$HOME/.local/share"
15 export INPUTRC
="$XDG_CONFIG_HOME"/readline
/inputrc
16 export SCREENRC
="$XDG_CONFIG_HOME"/screen
/screenrc
18 export MAILDIR
="$HOME/mail"
21 export GOPATH
="$HOME/src/go"
24 if [ -n "$BASH_VERSION" ]; then
25 # include .bashrc if it exists
26 if [ -f "$HOME/.bashrc" ]; then
34 -option grp
:shifts_toggle
36 xmodmap
-e "keysym Menu = Super_R"
38 xrdb
-merge "$HOME/.Xresources"