.zshrc
This commit is contained in:
parent
8007a5b297
commit
45d6c3a990
1 changed files with 7 additions and 0 deletions
7
.zshrc
7
.zshrc
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue