From afa328fc062c9304d702c3cc84cfc0ea7db3736b Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 29 Oct 2019 20:31:35 +0100 Subject: [PATCH] Remove bashrc support for Apple Terminal I find myself never really using it... --- dotfiles/.bashrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 6a217a1..2d616d0 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -160,11 +160,6 @@ bashrc_paged_tree() { } 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. if [ -n "$TMUX" ]; then # http://permalink.gmane.org/gmane.comp.terminal-emulators.tmux.user/1324