From: Samir Benmendil Date: Mon, 21 Oct 2013 09:50:09 +0000 (+0200) Subject: remove darwin specific settings X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/0fc896c570d5c6cf33c5e914b4d8b048d2272381 remove darwin specific settings I don't have that laptop anymore --- diff --git a/Xmodmap_darwin b/Xmodmap_darwin deleted file mode 100644 index d01a9f7..0000000 --- a/Xmodmap_darwin +++ /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 diff --git a/zsh/themes/ramsi.zsh-theme b/zsh/themes/ramsi.zsh-theme index 772777f..8964a07 100644 --- a/zsh/themes/ramsi.zsh-theme +++ b/zsh/themes/ramsi.zsh-theme @@ -1,6 +1,5 @@ [[ $(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%}'