8
homedir/.config/zsh.d/modules/helpers
Normal file
8
homedir/.config/zsh.d/modules/helpers
Normal file
@@ -0,0 +1,8 @@
|
||||
# Helper functions
|
||||
|
||||
xcopy() { xclip -selection clipboard }
|
||||
xpaste() { xclip -selection clipboard -o }
|
||||
|
||||
xclip() {
|
||||
/usr/bin/xclip -selection clipboard "$@"
|
||||
}
|
Reference in New Issue
Block a user