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 +}