Remove bashrc support for Apple Terminal

I find myself never really using it...
This commit is contained in:
Fernando Schauenburg 2019-10-29 20:31:35 +01:00
parent 58ea4980d0
commit afa328fc06

View file

@ -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