--- /dev/null
+# -*- mode: sh; sh-shell: sh -*-
+
+if [ $DISPLAY ]; then
+ if [ -x "$(command -v xinput)" ]; then
+ xinput set-prop 'DLL07BE:01 06CB:7A13 Touchpad' 'libinput Natural Scrolling Enabled' 1
+ xinput set-prop 'DLL07BE:01 06CB:7A13 Touchpad' 'libinput Click Method Enabled' 0 1
+ fi
+ setxkbmap \
+ -layout us,ir \
+ -option ctrl:swap_rwin_rctl \
+ -option grp:shifts_toggle
+fi
--- /dev/null
+# -*- mode: sh; sh-shell: sh -*-
+
+# export IS_GUIX_SYSTEM=true
+export INFOPATH="$HOME/usr/local/share/info${INFOPATH:+:}$INFOPATH"
--- /dev/null
+# -*- mode: sh; sh-shell: sh -*-
+
+export DEBFULLNAME="Amin Bandali"
+export DEBEMAIL="amin.bandali@canonical.com"
+export UBUMAIL="Amin Bandali <amin.bandali@canonical.com>"
+export UBUNTUTOOLS_BUILDER=sbuild
--- /dev/null
+# -*- mode: sh; sh-shell: sh -*-
+
+# export XDG_DATA_DIRS="/usr/share/mate:/usr/local/share/:/usr/share/"
+
+if [ $DISPLAY ]; then
+ if [ -x "$(command -v xinput)" ]; then
+ xinput set-prop 'TPPS/2 IBM TrackPoint' 'libinput Accel Speed' -0.4
+ fi
+ setxkbmap \
+ -layout us,ir \
+ -option ctrl:nocaps \
+ -option grp:shifts_toggle
+ xmodmap -e "keysym Menu = Super_R"
+fi
+++ /dev/null
-# -*- mode: sh; sh-shell: sh -*-
-
-if [ $DISPLAY ]; then
- if [ -x "$(command -v xinput)" ]; then
- xinput set-prop 'DLL07BE:01 06CB:7A13 Touchpad' 'libinput Natural Scrolling Enabled' 1
- xinput set-prop 'DLL07BE:01 06CB:7A13 Touchpad' 'libinput Click Method Enabled' 0 1
- fi
- setxkbmap \
- -layout us,ir \
- -option ctrl:swap_rwin_rctl \
- -option grp:shifts_toggle
-fi
+++ /dev/null
-# -*- mode: sh; sh-shell: sh -*-
-
-# export IS_GUIX_SYSTEM=true
-export INFOPATH="$HOME/usr/local/share/info${INFOPATH:+:}$INFOPATH"
+++ /dev/null
-# -*- mode: sh; sh-shell: sh -*-
-
-export DEBFULLNAME="Amin Bandali"
-export DEBEMAIL="amin.bandali@canonical.com"
-export UBUMAIL="Amin Bandali <amin.bandali@canonical.com>"
-export UBUNTUTOOLS_BUILDER=sbuild
+++ /dev/null
-# -*- mode: sh; sh-shell: sh -*-
-
-# export XDG_DATA_DIRS="/usr/share/mate:/usr/local/share/:/usr/share/"
-
-if [ $DISPLAY ]; then
- if [ -x "$(command -v xinput)" ]; then
- xinput set-prop 'TPPS/2 IBM TrackPoint' 'libinput Accel Speed' -0.4
- fi
- setxkbmap \
- -layout us,ir \
- -option ctrl:nocaps \
- -option grp:shifts_toggle
- xmodmap -e "keysym Menu = Super_R"
-fi
#umask 022
# source host-specific profile
-if [ -f "$HOME/.config/profiles/$(hostname)" ]; then
- . "$HOME/.config/profiles/$(hostname)"
+if [ -f "$HOME/.config/$(hostname).profile" ]; then
+ . "$HOME/.config/$(hostname).profile"
fi
export EDITOR="emacsclient -nw"