updated btop alias in bashrc
This commit is contained in:
parent
4c7005bcab
commit
6295b59221
1 changed files with 8 additions and 3 deletions
11
bashrc.txt
11
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue