Dancing in the rain
This commit is contained in:
parent
0b4e7f9185
commit
cef35c17b9
6 changed files with 27 additions and 18 deletions
|
@ -29,6 +29,9 @@ HISTSIZE=10000000
|
|||
SAVEHIST=10000000
|
||||
HISTFILE="${XDG_CACHE_HOME:-$HOME/.cache}/zsh/history"
|
||||
|
||||
# Completion dump files in cache directory:
|
||||
ZSH_COMPDUMP="${XDG_CACHE_HOME:-$HOME/.cache}/zsh/zcompdump"
|
||||
|
||||
# Basic auto/tab complete:
|
||||
setopt auto_list
|
||||
autoload -U compinit
|
||||
|
@ -105,7 +108,6 @@ alias patch='bwroot patch'
|
|||
alias tcc='bwroot tcc'
|
||||
alias g++='bwroot g++'
|
||||
alias gcc='bwroot gcc'
|
||||
alias git='bwroot git'
|
||||
alias clang='bwroot clang'
|
||||
alias make='bwroot make'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue