Remove bashrc support for Apple Terminal
I find myself never really using it...
This commit is contained in:
parent
58ea4980d0
commit
afa328fc06
1 changed files with 0 additions and 5 deletions
|
@ -160,11 +160,6 @@ bashrc_paged_tree() {
|
||||||
}
|
}
|
||||||
|
|
||||||
bashrc_customize_terminal_colors() {
|
bashrc_customize_terminal_colors() {
|
||||||
if [ "$TERM_PROGRAM" = "Apple_Terminal" ]; then
|
|
||||||
echo "tell application \"Terminal\" to set current settings of selected tab of front window to settings set \"solarized-$BACKGROUND\"" | osascript
|
|
||||||
return
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Format string for sending an OSC (Operating System Commmand) to the terminal.
|
# Format string for sending an OSC (Operating System Commmand) to the terminal.
|
||||||
if [ -n "$TMUX" ]; then
|
if [ -n "$TMUX" ]; then
|
||||||
# http://permalink.gmane.org/gmane.comp.terminal-emulators.tmux.user/1324
|
# http://permalink.gmane.org/gmane.comp.terminal-emulators.tmux.user/1324
|
||||||
|
|
Loading…
Add table
Reference in a new issue