Pipe to xorg clipboard

master
Hektor Misplon 2021-04-25 00:24:50 +02:00
parent ffb424d220
commit c207d16410
1 changed files with 2 additions and 0 deletions

View File

@ -34,8 +34,10 @@ alias lagrep='la . | grep'
# Pretty print path variables # Pretty print path variables
alias path='echo -e ${PATH//:/\\n}' alias path='echo -e ${PATH//:/\\n}'
# Clipboard
alias df='df -kTh' alias df='df -kTh'
alias clip='xclip -sel clip'
alias fzfpac="pacman -Slq | fzf -m --preview 'pacman -Si {1}' | xargs -ro sudo pacman -S" alias fzfpac="pacman -Slq | fzf -m --preview 'pacman -Si {1}' | xargs -ro sudo pacman -S"