소스 검색

back to agnoster theme...

Kevin Heinicke 10 년 전
부모
커밋
5ddc303e99
1개의 변경된 파일1개의 추가작업 그리고 8개의 파일을 삭제
  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