Ajout possibilité de copier ma clé riot + correction carapace

This commit is contained in:
Benjamin VAUDOUR 2021-11-07 21:30:35 +01:00
parent f3417cc8f2
commit 2644129e08
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
edit:add-var updatecarapace~ []{ edit:add-var updatecarapace~ []{
var wd = ~/Documents/OtherGo/github.com/rsteube/carapace-bin var wd = $E:HOME/Documents/OtherGo/github.com/rsteube/carapace-bin
var bd = ~/Go/bin var bd = $E:HOME/Go/bin
cd $wd cd $wd
git pull git pull
cd cmd/carapace cd cmd/carapace

3
aliases/riot.elv Normal file
View File

@ -0,0 +1,3 @@
edit:add-var riot~ []{
cat $E:HOME/.config/elvish/private/riot.txt | xclip -selection clipboard
}