Add screen term type and pyenv

This commit is contained in:
Colin Powell
2018-12-07 13:38:49 -05:00
parent f7ff6bfc53
commit 574abe6975
5 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,12 @@
function pyenv
set command $argv[1]
set -e argv[1]
switch "$command"
case rehash shell
source (pyenv "sh-$command" $argv | psub)
case \*
command pyenv "$command" $argv
end
end