This commit is contained in:
Tom Willemsen 2012-07-25 16:09:09 +02:00
parent 8007a5b297
commit 45d6c3a990

7
.zshrc
View file

@ -14,6 +14,13 @@ zstyle :compinstall filename '/home/slash/.zshrc'
autoload -Uz compinit
compinit
autoload -U predict-on
zle -N predict-on
zle -N predict-off
bindkey '^X^Z' predict-on
bindkey '^Z' predict-off
predict-on
function shutdown()
{
dbus-send --system --print-reply \