|
@@ -23,7 +23,7 @@ bind '"\e[B": history-search-forward'
|
|
|
# ssh coloring
|
|
# ssh coloring
|
|
|
ssh() {
|
|
ssh() {
|
|
|
if command ssh "$@"; then
|
|
if command ssh "$@"; then
|
|
|
- # reset iTerm session to Default
|
|
|
|
|
|
|
+ # reset iTerm session to Default
|
|
|
echo -e "\033]50;SetProfile=Default\a"
|
|
echo -e "\033]50;SetProfile=Default\a"
|
|
|
fi
|
|
fi
|
|
|
}
|
|
}
|