Update klogs and wg aliases

This commit is contained in:
Gabriel Augendre 2022-01-25 13:13:41 +01:00
parent 00cd20c6c8
commit 92cd6d3c22
2 changed files with 4 additions and 3 deletions

View file

@ -41,4 +41,5 @@ set -gx EDITOR vim
set -gx DJANGOPROJECT_DATA_DIR $HOME/.djangoproject
direnv hook fish | source
alias wg "sudo wg"
alias wg-quick "sudo wg-quick"

View file

@ -1,4 +1,4 @@
# Defined interactively
function klogs
stern $argv
function klogs --wraps=stern
stern --tail=50 $argv
end