Skip to content

Commit

Permalink
Add Xmodmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Albin Olsson authored and Albin Olsson committed Apr 9, 2012
1 parent 627fe38 commit 91b996b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Xmodmap
@@ -0,0 +1 @@
keycode 94 = Escape
2 changes: 1 addition & 1 deletion create_symlinks.sh
@@ -1,6 +1,6 @@
#!/bin/bash

FILES=( Xresources inputrc vim vimrc bashrc bash_profile zdir muttrc mutt signature )
FILES=( Xresources inputrc vim vimrc bashrc bash_profile Xmodmap zdir muttrc mutt signature )

for FILE in ${FILES[@]}; do
if [ -e ~/.$FILE -o -L ~/.$FILE ]; then
Expand Down

0 comments on commit 91b996b

Please sign in to comment.