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