index
:
dotfiles.git
master
Unnamed repository; edit this file 'description' to name the repository.
KJ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
old
/
config
/
fish
/
functions
/
__parse_current_folder.fish
blob: 031b53e20d583804a57b81426ea383804564aece (
plain
)
1
2
3
function __parse_current_folder -d "Replace '$HOME' with '~'" pwd | sed "s|$HOME|~|" end