|
|
@ -1,6 +1,8 @@ |
|
|
|
# prompt setup function common to many prompts |
|
|
|
# prompt setup function common to many prompts |
|
|
|
# moved to external function to reduce code redundancy |
|
|
|
# moved to external function to reduce code redundancy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setopt localoptions extendedglob |
|
|
|
|
|
|
|
|
|
|
|
local current_pwd="${PWD/#$HOME/~}" |
|
|
|
local current_pwd="${PWD/#$HOME/~}" |
|
|
|
local ret_directory |
|
|
|
local ret_directory |
|
|
|
|
|
|
|
|
|
|
|