add more fish functions

This commit is contained in:
Gabriel Augendre 2025-01-19 10:57:45 +01:00
parent 5271832a2c
commit dec607c6e7
No known key found for this signature in database
GPG key ID: 0073D1CD7EC5A253
3 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,3 @@
function sdev
ssh sdev -t 'tmux -CC new -A -s tmssh'
end

View file

@ -0,0 +1,5 @@
function stash
set creds (keepassxc-cli show -a username -a password ~/Nextcloud/OVH/keepass.kdbx "Stash token")
set -U STASH_USER $creds[1]
set -U STASH_PWD $creds[2]
end

View file

@ -0,0 +1,3 @@
function static-server --wraps='go run github.com/eliben/static-server@latest' --description 'alias static-server go run github.com/eliben/static-server@latest'
go run github.com/eliben/static-server@latest $argv
end