Add screen term type and pyenv
This commit is contained in:
12
config/fish/functions/pyenv.fish
Normal file
12
config/fish/functions/pyenv.fish
Normal 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
|
||||
Reference in New Issue
Block a user