updated installed packages to include yank
This commit is contained in:
parent
6baa6f15f4
commit
ed424a3935
2 changed files with 7 additions and 0 deletions
1
aliases
1
aliases
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue