mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 03:29:26 +00:00
Add comments into each of the function files to make them easier to find
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
# prompt setup function common to many prompts
|
||||
# moved to external function to reduce code redundancy
|
||||
|
||||
# function promptpwd {
|
||||
|
||||
setopt localoptions extendedglob
|
||||
|
||||
local current_pwd="${PWD/#$HOME/~}"
|
||||
@ -18,3 +20,5 @@ else
|
||||
fi
|
||||
|
||||
print "$ret_directory"
|
||||
|
||||
# }
|
||||
|
Reference in New Issue
Block a user