about summary refs log tree commit diff stats
path: root/profile/00_functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'profile/00_functions.sh')
-rw-r--r--profile/00_functions.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/profile/00_functions.sh b/profile/00_functions.sh index 3c67ddf..4bf0c78 100644 --- a/profile/00_functions.sh +++ b/profile/00_functions.sh
@@ -62,3 +62,8 @@ path_add_unsafe() { #path_add_unsafe [-a] [-d DELIM] VAR PATH...
62 done 62 done
63 unset -v APPEND DELIM var 63 unset -v APPEND DELIM var
64} 64}
65
66# Re-source ~/.profile
67reprofile() {
68 . $HOME/.profile
69}