summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2009-02-13 12:15:15 +0100
committerHugues Hiegel <hugues@hiegel.fr>2009-02-13 12:15:15 +0100
commit3467a4a6270e8f0ba01ff0b3decefbbd98f76475 (patch)
tree010b7d7e17c8c151294620d393220a153a2f735a
parentcd1720e8f91f860b7641d1c5c4503a60909c2a14 (diff)
[KEYS] replaces this dangerous 'exec zsh' by a 'source ~/.zshrc'
-rw-r--r--user:hugues/KeyBindings.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/user:hugues/KeyBindings.zsh b/user:hugues/KeyBindings.zsh
index 412b097..ae1b4b6 100644
--- a/user:hugues/KeyBindings.zsh
+++ b/user:hugues/KeyBindings.zsh
@@ -219,7 +219,7 @@ do
bindkey -M $keymap -s 'S' 'Q sudo !!'
- bindkey -M $keymap -s 'X' 'Q exec zsh\n'
+ bindkey -M $keymap -s 'X' 'Q source ~/.zshrc\n'
bindkey -M $keymap -s 'OA' 'up-line-or-history'
bindkey -M $keymap -s 'OB' 'down-line-or-history'