Personal Style

This commit is contained in:
Stephen Middleton 2011-01-14 01:29:24 -06:00
parent b0e4a2ad37
commit e26bdc45e7

View File

@ -1,3 +1,8 @@
# /|/ Code by Stephen
# /|/ "Rixius" Middleton
#
# name in folder (github)
# ± if in github repo, or ≥ if otherwise Time in 24-hour format is on right.
function collapse_pwd {
echo $(pwd | sed -e "s,^$HOME,~,")
}