updated installed packages to include yank

This commit is contained in:
tomit4 2022-06-05 10:57:17 -07:00
parent 6baa6f15f4
commit ed424a3935
2 changed files with 7 additions and 0 deletions

View file

@ -125,6 +125,7 @@ alias lxapp="lxappearance"
alias hd="ncdu"
alias xsel="xclip -sel clip"
alias catx="xclip -sel clip"
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"

View file

@ -23,3 +23,9 @@ copy bashrc.txt and inputrc.txt to home directory
cp bashrc.txt ~/.bashrc && cp inputrc.txt ~/.inputrc
This will now allow completion in bash using the tab button (a bit faster than zsh since zsh-autocompletion tries to predict what you type)
Install yank ( more feature filled version of xclip/xsel)
paru yank (choose 1st option)
cp aliases ~/.aliases