aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-04-26 22:42:30 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-04-26 22:42:30 +1200
commitdeee38454aed9bffd270f2ec8a4bcae6d34bc398 (patch)
treedf9a9fa0b8a21ecc8097ea247b25606de5fed32c /Makefile
parentStrip trailing whitespace with <leader>x (diff)
downloaddotfiles-deee38454aed9bffd270f2ec8a4bcae6d34bc398.tar.gz
dotfiles-deee38454aed9bffd270f2ec8a4bcae6d34bc398.zip
Replace clipboard urxvt with abbreviated script
I didn't need the keybindings or the paste functionality, just the autocopy feature.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a99b5002..b07da88f 100644
--- a/Makefile
+++ b/Makefile
@@ -99,8 +99,8 @@ install-tmux :
install-urxvt :
mkdir -p $(HOME)/.urxvt
- rm -f $(HOME)/.urxvt/clipboard
- ln -s $(PWD)/urxvt/clipboard $(HOME)/.urxvt/clipboard
+ rm -f $(HOME)/.urxvt/clip
+ ln -s $(PWD)/urxvt/clip $(HOME)/.urxvt/clip
install-vim :
mkdir -p $(HOME)/.vim