diff --git a/dotfiles/emacs.d b/dotfiles/emacs.d index cfc45035..5466bf09 160000 --- a/dotfiles/emacs.d +++ b/dotfiles/emacs.d @@ -1 +1 @@ -Subproject commit cfc45035ac58e9713f8dc9bf7d75a95e79111307 +Subproject commit 5466bf097ec4cf9f4029a70fb7365b5495e8160b diff --git a/dotfiles/lib/zsh/prompt.sh b/dotfiles/lib/zsh/prompt.sh index a12f8e79..47c28082 100644 --- a/dotfiles/lib/zsh/prompt.sh +++ b/dotfiles/lib/zsh/prompt.sh @@ -91,6 +91,14 @@ function prompt_tomorrow_colors() { export SOURCE_CONTROL_COLOR="$fg[white]" } +function prompt_monokai_colors() { + export SEPARATOR_COLOR="$fg[black]" + export HOSTNAME_COLOR="$fg[blue]" + export USERNAME_COLOR="$fg[red]" + export CURRENT_DIRECTORY_COLOR="$fg[magenta]" + export SOURCE_CONTROL_COLOR="$fg[white]" +} + function prompt_basic_colors_with_grey_separator() { prompt_basic_colors export SEPARATOR_COLOR="$FG[239]" diff --git a/dotfiles/slate.js b/dotfiles/slate.js index a7bd8589..11f4152c 100644 --- a/dotfiles/slate.js +++ b/dotfiles/slate.js @@ -9,8 +9,7 @@ var grid = slate.op("grid", { slate.bindAll({ "esc:cmd": hint, - "space:alt": grid, - "tab:cmd": slate.op("switch") + "space:alt": grid }); slate.configAll({