🔧 Alias for lighthouse to lighthouse --view
This commit is contained in:
parent
5ee39217ad
commit
4c23390880
1 changed files with 3 additions and 2 deletions
5
aliases
5
aliases
|
|
@ -89,13 +89,13 @@ alias bluepill="neo-matrix --bold=2 -D --color=cyan --density=0.75 --charset=kat
|
|||
# alias btop="kitty -o font_size=12 -o background_opacity=0.50 -e btop; fullscreen enable"
|
||||
alias tshift='doas timeshift --delete && notify-send " Previous Backup Deleted!" && doas timeshift --create && notify-send " New Backup Created!" && doas timeshift --list'
|
||||
alias btop="bst -e btop"
|
||||
alias tor-browser="tor-browser &"
|
||||
# alias tor-browser="tor-browser &"
|
||||
alias leetcode="firefox https://leetcode.com/accounts/login &"
|
||||
# sql basics:
|
||||
alias sqlzoo="librewolf https://sqlzoo.net/wiki/SQL_Tutorial &"
|
||||
# alias gimp="gimp --no-splash"
|
||||
alias krita="krita --nosplash"
|
||||
alias toonz="opentoonz"
|
||||
# alias toonz="opentoonz"
|
||||
alias {sqlite,sql}="sqlite3"
|
||||
alias {sqcipher,sqc}="sqlcipher"
|
||||
alias sqlite-cli="litecli"
|
||||
|
|
@ -122,6 +122,7 @@ alias {mydump,medump,mdump,bdump}="doas tcpdump -v -i wlan0"
|
|||
alias {wireshark-cli,wshark}="tshark"
|
||||
alias route="traceroute"
|
||||
alias listen="ss -a -t -p"
|
||||
alias {lh,lighthouse}="lighthouse --view"
|
||||
alias {pdf2,pdf2txt}="pdftotext"
|
||||
alias {pdfg,greppdf}="pdfgrep"
|
||||
alias tree="tree -ad -L 3 --prune -C -I 'node_modules|.git'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue