Added scripts to path, added selection copy.

This commit is contained in:
Joachim Nielandt 2021-12-07 17:00:27 +01:00
parent 6d3e53c68b
commit 9e8b32c2d9
4 changed files with 9 additions and 1 deletions

View File

@ -37,3 +37,7 @@ export MANPATH="/usr/local/man:$MANPATH"
# add doom emacs to the path
export PATH=$HOME/.emacs.d/bin:$PATH
# add my own scripts to the path
export PATH=$HOME/scripts:$PATH

View File

@ -5,5 +5,7 @@
sudo pacman -Sy \
pacman-contrib \
qutebrowser \
reflector
reflector \
xsel \
xclip

View File

@ -0,0 +1,2 @@
#!/bin/sh
xclip -selection primary -o | xclip -selection clipboard