added mupdf dark mode alias
This commit is contained in:
parent
3656fec7f7
commit
f8c9491ee0
1 changed files with 3 additions and 6 deletions
|
|
@ -6,19 +6,15 @@ if [ $TERM == "xterm-256color" ] ; then
|
||||||
http_proxy=http://127.0.0.1:8118/
|
http_proxy=http://127.0.0.1:8118/
|
||||||
HTTP_PROXY=$http_proxy
|
HTTP_PROXY=$http_proxy
|
||||||
export http_proxy HTTP_PROXY
|
export http_proxy HTTP_PROXY
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# create custom env variables:
|
# create custom env variables:
|
||||||
export cproj="/home/brian/Documents/Code/web_tutorials/socket_io"
|
export cproj="/home/brian/Documents/Code/web_tutorials/socket_io"
|
||||||
# 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
|
||||||
|
|
||||||
#http_proxy=http://127.0.0.1:8118/
|
# enable vi keybindings in terminal and terminal applications
|
||||||
#HTTP_PROXY=$http_proxy
|
|
||||||
#export http_proxy HTTP_PROXY
|
|
||||||
|
|
||||||
#enable vi keybindings in terminal and terminal applications
|
|
||||||
set -o vi
|
set -o vi
|
||||||
|
|
||||||
# but keep ctrl l as the clear screen command bind -m vi-command 'Control-l: clear-screen'
|
# but keep ctrl l as the clear screen command bind -m vi-command 'Control-l: clear-screen'
|
||||||
|
|
@ -211,6 +207,7 @@ 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"
|
||||||
alias view="viewnior"
|
alias view="viewnior"
|
||||||
|
alias dkpdf="mupdf -I"
|
||||||
alias {json,jscrl,jsoncurl,jcrl}="jscurl"
|
alias {json,jscrl,jsoncurl,jcrl}="jscurl"
|
||||||
alias word="wordgrinder"
|
alias word="wordgrinder"
|
||||||
alias spreadsheet="sc"
|
alias spreadsheet="sc"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue