dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 94fae9bdb941e47bc3ad83364ff78645fffca55a
parent 488e415b7aa01cc081a39916d7d18d949d62009c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  9 May 2019 07:27:02 -0700

Fix comment to match binding

Diffstat:
M.zshrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.zshrc b/.zshrc @@ -103,7 +103,7 @@ _editor_fuzzy_grep() { zle -N _editor_fuzzy_grep bindkey '^g' _editor_fuzzy_grep -# launch $TERMINAL with Ctrl-t +# launch $TERMINAL with Alt-p _terminal() { BUFFER="$TERMINAL >/dev/null 2>&1 &; disown" zle accept-line