Update some python and ruby configs
This commit is contained in:
parent
705c726b06
commit
67db15b05b
3 changed files with 8 additions and 2 deletions
|
@ -89,6 +89,6 @@ if zle -l tmsu-fzf-change-directory; then
|
|||
bindkey "^t" tmsu-fzf-change-directory
|
||||
fi
|
||||
|
||||
zle-venv() { zle push-line; BUFFER="venv -t"; zle accept-line }
|
||||
zle-venv() { zle push-line; BUFFER="venv"; zle accept-line }
|
||||
zle -N zle-venv
|
||||
bindkey "\ev" zle-venv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue