Ajout possibilité de copier ma clé riot + correction carapace
This commit is contained in:
parent
f3417cc8f2
commit
2644129e08
|
@ -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
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
edit:add-var riot~ []{
|
||||
cat $E:HOME/.config/elvish/private/riot.txt | xclip -selection clipboard
|
||||
}
|
Loading…
Reference in New Issue