Organized alias files and update set-from-git

Split .bash_aliases into other files for git, laptop, PC and school.
This commit is contained in:
2018-02-01 15:04:48 -05:00
parent dc606713d5
commit 361da66979
12 changed files with 215 additions and 223 deletions

View File

@@ -0,0 +1,7 @@
if [ "$(hostname)" == "X1-Carbon" ]; then
xmodmap -e "keycode 9 = Escape"
xmodmap -e "keycode 22 = Home"
xmodmap -e "keycode 119 = End"
xmodmap -e "keycode 110 = Delete"
xmodmap -e "keycode 115 = BackSpace"
fi