updated btop alias in bashrc

This commit is contained in:
tomit4 2022-01-05 13:40:52 -08:00
parent 4c7005bcab
commit 6295b59221

View file

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