]> git.rmz.io Git - dotfiles.git/commitdiff
remove darwin specific settings
authorSamir Benmendil <samir.benmendil@gmail.com>
Mon, 21 Oct 2013 09:50:09 +0000 (11:50 +0200)
committerSamir Benmendil <samir.benmendil@gmail.com>
Mon, 21 Oct 2013 09:50:09 +0000 (11:50 +0200)
I don't have that laptop anymore

Xmodmap_darwin [deleted file]
zsh/themes/ramsi.zsh-theme

diff --git a/Xmodmap_darwin b/Xmodmap_darwin
deleted file mode 100644 (file)
index d01a9f7..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-keycode 37 = Super_L
-keycode 49 = less greater less greater bar brokenbar bar
-keycode 94 = grave asciitilde dead_grave dead_tilde
-keycode 104 = ISO_Level3_Shift
-keycode 133 = Control_L
-keycode 134 = Control_R
-
-clear control
-clear Mod4
-clear Mod5
-
-add control = Control_L Control_R
-add Mod4 = Super_L
-add Mod5 = ISO_Level3_Shift
-
-! remap Caps_Lock as Escape
-remove Lock = Caps_Lock
-keysym Caps_Lock = Escape
index 772777f1b49e9e543cfe3c3bb992adeb04f3c113..8964a07c46bbea6aaa9cc6ff5b7d9e967c2cde61 100644 (file)
@@ -1,6 +1,5 @@
 [[ $(hostname) == "tardis" ]]  && hostcolor=red
 [[ $(hostname) == "shada" ]]   && hostcolor=green
 [[ $(hostname) == "tardis" ]]  && hostcolor=red
 [[ $(hostname) == "shada" ]]   && hostcolor=green
-[[ $(hostname) == "darwin" ]]  && hostcolor=green
 PROMPT='%(?..%{$fg_bold[white]%}[%?])%{$reset_color%}[%D{%k:%M} %n@%{$fg[$hostcolor]%}%m%{$reset_color%}$(git_prompt_info)]%# '
 RPROMPT='%{$fg[green]%}%~%{$reset_color%}'
 
 PROMPT='%(?..%{$fg_bold[white]%}[%?])%{$reset_color%}[%D{%k:%M} %n@%{$fg[$hostcolor]%}%m%{$reset_color%}$(git_prompt_info)]%# '
 RPROMPT='%{$fg[green]%}%~%{$reset_color%}'