From 2644129e08f26a787e991bf9f19eb81d5de75895 Mon Sep 17 00:00:00 2001 From: Benjamin VAUDOUR Date: Sun, 7 Nov 2021 21:30:35 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20possibilit=C3=A9=20de=20copier=20ma=20c?= =?UTF-8?q?l=C3=A9=20riot=20+=20correction=20carapace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliases/carapace.elv | 4 ++-- aliases/riot.elv | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 aliases/riot.elv diff --git a/aliases/carapace.elv b/aliases/carapace.elv index 2cfc919..61f8ba3 100644 --- a/aliases/carapace.elv +++ b/aliases/carapace.elv @@ -1,6 +1,6 @@ edit:add-var updatecarapace~ []{ - var wd = ~/Documents/OtherGo/github.com/rsteube/carapace-bin - var bd = ~/Go/bin + var wd = $E:HOME/Documents/OtherGo/github.com/rsteube/carapace-bin + var bd = $E:HOME/Go/bin cd $wd git pull cd cmd/carapace diff --git a/aliases/riot.elv b/aliases/riot.elv new file mode 100644 index 0000000..21df6c9 --- /dev/null +++ b/aliases/riot.elv @@ -0,0 +1,3 @@ +edit:add-var riot~ []{ + cat $E:HOME/.config/elvish/private/riot.txt | xclip -selection clipboard +}