|
@@ -1,13 +1,13 @@
|
|
|
source ~/dotfiles/shell/env
|
|
source ~/dotfiles/shell/env
|
|
|
|
|
|
|
|
-[[ -r ~/.bashlocal ]] && source ~/.bashlocal
|
|
|
|
|
-
|
|
|
|
|
source ~/dotfiles/shell/common/load
|
|
source ~/dotfiles/shell/common/load
|
|
|
|
|
|
|
|
for file in ~/dotfiles/shell/bash/*.bash; do
|
|
for file in ~/dotfiles/shell/bash/*.bash; do
|
|
|
source $file
|
|
source $file
|
|
|
done
|
|
done
|
|
|
|
|
|
|
|
|
|
+[[ -r ~/.bashlocal ]] && source ~/.bashlocal
|
|
|
|
|
+
|
|
|
# Command Prompt
|
|
# Command Prompt
|
|
|
#
|
|
#
|
|
|
# [host] directory gitinfo jobinfo
|
|
# [host] directory gitinfo jobinfo
|