This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
## FUNCTIONS ## | |
################################################################################ | |
## | |
## ARRANGE $PWD AND STORE IT IN $NEW_PWD | |
## * The home directory (HOME) is replaced with a ~ | |
## * The last pwdmaxlen characters of the PWD are displayed | |
## * Leading partial directory names are striped off | |
## /home/me/stuff -> ~/stuff (if USER=me) |