removed kitx alias and made note on catx alias
This commit is contained in:
parent
df1788e185
commit
6f865b8ea6
1 changed files with 5 additions and 3 deletions
8
aliases
8
aliases
|
|
@ -127,9 +127,8 @@ alias git-s="git stash"
|
|||
alias {lsc,lscommits}="tig"
|
||||
alias lxapp="lxappearance"
|
||||
alias hd="ncdu"
|
||||
alias {xsel,catx}="xclip -sel clip"
|
||||
alias {xsel,catx}="xclip -sel clip" # useful with < or | redirection operators
|
||||
alias catp="xclip -out -selection clipboard; echo"
|
||||
alias kitx="cat | kitty +kitten clipboard" # not as good as catx
|
||||
alias mouse="mousepad"
|
||||
alias xclear="echo '' | xclip && xclip -selection clipboard /dev/null"
|
||||
alias diff="diff -wy"
|
||||
|
|
@ -238,7 +237,6 @@ alias breakbad="links http://bbzzzsvqcrqtki6umym6itiixfhni37ybtt7mkbjyxn2pgllzxf
|
|||
alias comix="links http://nv3x2jozywh63fkohn5mwp2d73vasusjixn3im3ueof52fmbjsigw6ad.onion"
|
||||
|
||||
# Programming Resources
|
||||
# General
|
||||
|
||||
#college courses (UNIX nad SysAdmin) from stevens university:
|
||||
alias netmeister="librewolf https://stevens.netmeister.org &"
|
||||
|
|
@ -267,12 +265,16 @@ alias kernelintro="links https://tldp.org/LDP/tlk/tlk.html"
|
|||
alias kernelorg="links http://vger.kernel.org/lkml/"
|
||||
alias archives="links https://archive.artixlinux.org/"
|
||||
alias forums="librewolf https://forum.artixlinux.org/ &"
|
||||
|
||||
# alias mirrors="links https://mirrors.dotsrc.org/artix-linux/"
|
||||
alias mirrors="links https://mirror1.artixlinux.org/"
|
||||
alias isos="links https://ftp.crifo.org/artix"
|
||||
alias smarden="links http://smarden.org/runit/"
|
||||
alias opengroup="librewolf https://publications.opengroup.org/ &"
|
||||
|
||||
# Web Development Resources
|
||||
alias gfontshelper="librewolf https://google-webfonts-helper.herokuapp.com/fonts &"
|
||||
|
||||
# ddgr shebang bookmarks
|
||||
alias ddgr="ddgr -x -n 25 --unsafe --proxy 127.0.0.1:8118"
|
||||
alias ducky="ddgr -jx -n 25 --unsafe --proxy 127.0.0.1:8118"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue