|
@@ -335,6 +335,7 @@ if $inbash |
|
|
then |
|
|
then |
|
|
alias _reloadrc="exec bash" |
|
|
alias _reloadrc="exec bash" |
|
|
elif $inzsh |
|
|
elif $inzsh |
|
|
|
|
|
then |
|
|
alias _reloadrc="exec zsh" |
|
|
alias _reloadrc="exec zsh" |
|
|
fi |
|
|
fi |
|
|
# alias mytime="date +%Y%m%d-%H%M%S" |
|
|
# alias mytime="date +%Y%m%d-%H%M%S" |
|
|