diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 15:36:23 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 15:36:23 -0200 |
commit | 081cb5a1365504082165d4b3f14df2c418f551d4 (patch) | |
tree | 0e841fc57808422131a25e92f104cf1728af2be0 /modules/profile/zshrc.dot.link | |
parent | c8f8fa5215b1586263d2e80522d7cc13d8727552 (diff) | |
download | dotfiles-081cb5a1365504082165d4b3f14df2c418f551d4.tar.gz dotfiles-081cb5a1365504082165d4b3f14df2c418f551d4.tar.bz2 |
Removing profile to convert it to a submodule
Diffstat (limited to 'modules/profile/zshrc.dot.link')
-rw-r--r-- | modules/profile/zshrc.dot.link | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/modules/profile/zshrc.dot.link b/modules/profile/zshrc.dot.link deleted file mode 100644 index 0b8c1f1..0000000 --- a/modules/profile/zshrc.dot.link +++ /dev/null @@ -1,40 +0,0 @@ -# Set up the prompt - -autoload -Uz promptinit -promptinit -prompt adam1 - -setopt histignorealldups sharehistory - -# Use emacs keybindings even if our EDITOR is set to vi -bindkey -e - -# Keep 1000 lines of history within the shell and save it to ~/.zsh_history: -HISTSIZE=1000 -SAVEHIST=1000 -HISTFILE=~/.zsh_history - -# Add custom completion scripts -fpath=(~/.zsh/completion $fpath) - -# Use modern completion system -autoload -Uz compinit -compinit - -zstyle ':completion:*' auto-description 'specify: %d' -zstyle ':completion:*' completer _expand _complete _correct _approximate -zstyle ':completion:*' format 'Completing %d' -zstyle ':completion:*' group-name '' -zstyle ':completion:*' menu select=2 -eval "$(dircolors -b)" -zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS} -zstyle ':completion:*' list-colors '' -zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s -zstyle ':completion:*' matcher-list '' 'm:{a-z}={A-Z}' 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=* l:|=*' -zstyle ':completion:*' menu select=long -zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p%s -zstyle ':completion:*' use-compctl false -zstyle ':completion:*' verbose true - -zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#)*=0=01;31' -zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd' |