diff --git a/README.md b/README.md index a1b2153..b2ae6a5 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,6 @@ This repo contains my dotfiles as managed by chezmoi. * https://www.chezmoi.io * https://github.com/twpayne/chezmoi + +# Reuse +If you do reuse my work, please consider linking back to this repository 🙂 \ No newline at end of file diff --git a/dot_config/fish/private_config.fish.tmpl b/dot_config/fish/private_config.fish.tmpl index c3a5fa7..4be09d1 100644 --- a/dot_config/fish/private_config.fish.tmpl +++ b/dot_config/fish/private_config.fish.tmpl @@ -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" diff --git a/dot_config/fish/private_functions/private_klogs.fish b/dot_config/fish/private_functions/private_klogs.fish index 9dbab06..07a2026 100644 --- a/dot_config/fish/private_functions/private_klogs.fish +++ b/dot_config/fish/private_functions/private_klogs.fish @@ -1,4 +1,4 @@ # Defined interactively -function klogs -stern $argv +function klogs --wraps=stern +stern --tail=50 $argv end