Added scripts to path, added selection copy.
This commit is contained in:
parent
6d3e53c68b
commit
9e8b32c2d9
@ -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
|
||||
|
||||
|
||||
@ -5,5 +5,7 @@
|
||||
sudo pacman -Sy \
|
||||
pacman-contrib \
|
||||
qutebrowser \
|
||||
reflector
|
||||
reflector \
|
||||
xsel \
|
||||
xclip
|
||||
|
||||
|
||||
2
scripts/executable_primary.to.clipboard.sh
Normal file
2
scripts/executable_primary.to.clipboard.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
xclip -selection primary -o | xclip -selection clipboard
|
||||
Loading…
Reference in New Issue
Block a user