Add Xmodmap

This commit is contained in:
Marco Thomas
2021-09-06 15:21:01 +02:00
parent 4aaa94bea6
commit 8e6152877a

View File

@@ -2,6 +2,9 @@
# set xresources
xrdb -merge $HOME/.Xresources
if [ -f $HOME/.Xmodmap ]; then
xmodmap $HOME/.Xmodmap
fi
# path
export PATH=$PATH:$HOME/scripts:$HOME/.cargo/bin:$HOME/.cabal/bin:$HOME/.ghcup/bin:$HOME/.local/bin