diff options
author | Anthony Wang | 2022-07-19 16:59:04 -0500 |
---|---|---|
committer | Anthony Wang | 2022-07-19 16:59:04 -0500 |
commit | abaae5378d864b848b8acf07fa0ad8160a25cfed (patch) | |
tree | 93a8e994a124562fbfd979b9400a236234422d5f | |
parent | 32386d81e36f09044be982275d62ba51674ebf7e (diff) |
Delete '.zshrc'
-rw-r--r-- | .zshrc | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -1,17 +0,0 @@ -# Plugins -source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh -source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh - -# Bind arrow keys -bindkey '^[[A' history-substring-search-up -bindkey '^[[B' history-substring-search-down - -# Powerline -powerline-daemon -q -source /usr/share/powerline/bindings/zsh/powerline.zsh - -# History -SAVEHIST=1000000 -HISTFILE=~/.zsh_history -setopt INC_APPEND_HISTORY |