d726093a790900fd0f47cae51836da7de7adc404
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 # source host-specific profile
6 if [ -f "$HOME/.config/profiles/$(hostname)" ]; then
7 .
"$HOME/.config/profiles/$(hostname)"
10 export EDITOR
="emacsclient -nw"
13 PATH
="$HOME/bin:$HOME/.local/bin:$PATH"
14 PATH
="$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/bin:$PATH"
15 if [ -z "$IS_GUIX_SYSTEM" ]; then
16 PATH
="$HOME/.config/guix/current/bin${PATH:+:}$PATH"
17 export GUIX_LOCPATH
="$HOME/.guix-profile/lib/locale"
21 export XDG_CONFIG_HOME
="$HOME/.config"
22 export XDG_DATA_HOME
="$HOME/.local/share"
24 export INPUTRC
="$XDG_CONFIG_HOME"/readline
/inputrc
25 export SCREENRC
="$XDG_CONFIG_HOME"/screen
/screenrc
27 export MAILDIR
="$HOME/mail"
30 export GOPATH
="$HOME/src/go"
33 if [ -n "$BASH_VERSION" ]; then
34 # include .bashrc if it exists
35 if [ -f "$HOME/.bashrc" ]; then
40 if [ -z "$IS_GUIX_SYSTEM" ]; then
41 # if guix is installed
42 if [ -x "$(command -v guix)" ]; then
43 GUIX_PROFILE
="$HOME/.guix-profile"
44 .
"$GUIX_PROFILE/etc/profile"
51 -option grp
:shifts_toggle
53 xmodmap
-e "keysym Menu = Super_R"
55 xrdb
-merge "$HOME/.Xresources"