Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
local
/
rvm
/
src
/
rvm
/
scripts
/
extras
/
bash_zsh_support
/
chpwd
Upload
5 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
README.md
610 B
-rw-rw-r--
2021-01-15 18:41:29
Edit
Del
function.sh
339 B
-rw-rw-r--
2021-01-15 18:41:29
Edit
Del
load.sh
185 B
-rw-rw-r--
2021-01-15 18:41:29
Edit
Del
Editing: function.sh
(339 B)
Path: /usr/local/rvm/src/rvm/scripts/extras/bash_zsh_support/chpwd/function.sh
Back
function __zsh_like_cd() { \typeset __zsh_like_cd_hook if builtin "$@" then for __zsh_like_cd_hook in chpwd "${chpwd_functions[@]}" do if \typeset -f "$__zsh_like_cd_hook" >/dev/null 2>&1 then "$__zsh_like_cd_hook" || break # finish on first failed hook fi done true else return $? fi }