From fb09f81dd46d4c4d7be9b75404b4e219d93e2844 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Mon, 4 Sep 2023 19:04:46 +0100 Subject: Revert "Default terminal changed to Kitty" This reverts commit 57fd6ef51ed69636280561461eb3f6b71e4fad3d. --- .bashrc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index f0312b6..dd310e0 100644 --- a/.bashrc +++ b/.bashrc @@ -9,8 +9,6 @@ [[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \ . /usr/share/bash-completion/bash_completion -source <(kitty + complete setup bash) - # Check window size after each command, and if necessary # update the values of LINES and COLUMNS shopt -s checkwinsize @@ -73,7 +71,7 @@ export XKB_DEFAULT_LAYOUT=us #export LANG="en_US.UTF-8" #export LC_ALL="en_US.UTF-8" export SSH_ASKPASS=~/.local/bin/ssh-askpass -export TERMINAL="kitty" +export TERMINAL="foot" # Enable the use of ssh-agent if ! pgrep -u "$USER" ssh-agent > /dev/null; then @@ -95,7 +93,3 @@ case $TERM in *) export PS1="\[$(tput bold)\]\[$(tput setaf 2)\][\u@\h \w] \\[$(tput sgr0)\]";; esac - -# BEGIN_KITTY_SHELL_INTEGRATION -if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; then source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; fi -# END_KITTY_SHELL_INTEGRATION -- cgit v1.2.3