diff --git a/bashrc.txt b/bashrc.txt index 61546ab6..bc347ec6 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -7,8 +7,8 @@ fi # create custom env variables: export cproj="/home/brian/scripts" # custom BROWSER env for ddgr: -export BROWSER=firefox-developer-edition -#export BROWSER=links +#export BROWSER=firefox-developer-edition +export BROWSER=links #enable vi keybindings in terminal and terminal applications set -o vi @@ -189,7 +189,7 @@ alias {his,hist}="history" alias bluepill="cmatrix -bm -C cyan" alias redpill="cmatrix -bm -C red" alias nf="neofetch" -alias btop="xfce4-terminal --geometry=142x57+0+0 -x btop" +alias btop="xfce4-terminal --geometry=284x53+0+0 -x btop" alias chromium="chromium --incognito" alias {firefox,ff}="firefox-developer-edition &" alias {sq,sql,sqlite}="sqlcipher" @@ -256,3 +256,8 @@ export EDITOR=nvim export PATH="$PATH:$GOPATH/bin:/home/brian/scripts" export GREP_COLORS='ms=01;33' [ -f ~/.fzf.bash ] && source ~/.fzf.bash + + +# 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