zshrc.d/05-autoload.zrc
author Mikael Berthe <mikael@lilotux.net>
Sun, 28 Feb 2016 17:06:21 +0100
changeset 35 c6d405e0684b
parent 22 f84d194b7d99
permissions -rw-r--r--
Add zstyle for sudo completion We need to use root system path.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13
e1da4a7a9e92 More modularization
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     1
e1da4a7a9e92 More modularization
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     2
# In case run-help is not defined
e1da4a7a9e92 More modularization
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     3
unalias run-help &> /dev/null
e1da4a7a9e92 More modularization
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     4
autoload run-help
e1da4a7a9e92 More modularization
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     5
e1da4a7a9e92 More modularization
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     6
autoload -U zmv
e1da4a7a9e92 More modularization
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     7
e1da4a7a9e92 More modularization
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     8
# Load standard ANSI color codes in shell parameters
e1da4a7a9e92 More modularization
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     9
autoload -U colors && colors
22
f84d194b7d99 Add ft's xhashd function
Mikael Berthe <mikael@lilotux.net>
parents: 13
diff changeset
    10
f84d194b7d99 Add ft's xhashd function
Mikael Berthe <mikael@lilotux.net>
parents: 13
diff changeset
    11
autoload -U xhashd