Selaa lähdekoodia

back to agnoster theme...

Kevin Heinicke 10 vuotta sitten
vanhempi
commit
5ddc303e99
1 muutettua tiedostoa jossa 1 lisäystä ja 8 poistoa
  1. 1 8
      .zshrc

+ 1 - 8
.zshrc

@@ -9,7 +9,7 @@ export ZSH_CUSTOM=~/.zsh_custom
 # Look in ~/.oh-my-zsh/themes/
 # Optionally, if you set this to "random", it'll load a random theme each
 # time that oh-my-zsh is loaded.
-ZSH_THEME="bixel"
+ZSH_THEME="agnoster"
 
 # Device-specifig setup (ignored by git)
 # source local config first to overwrite default theme if wanted
@@ -26,10 +26,3 @@ source $ZSH/oh-my-zsh.sh
 # -F: display an indicator for special list entries (folder, links, etc...)
 alias ll='ls -Fhla | less -R'
 alias l='ls -lhatr'
-
-# vi-mode ❤️ :O
-# not so useful in daily life...
-# bindkey -v
-# bindkey '^?' backward-delete-char
-# bindkey '^w' backward-kill-word
-# bindkey '^r' history-incremental-search-backward