mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 06:28:08 +01:00
Merge branch 'master' of ssh://git.augendre.info:23730/gaugendre/dotfiles
This commit is contained in:
commit
165ee899b6
3 changed files with 7 additions and 3 deletions
|
@ -6,3 +6,6 @@ This repo contains my dotfiles as managed by chezmoi.
|
||||||
* https://www.chezmoi.io
|
* https://www.chezmoi.io
|
||||||
* https://github.com/twpayne/chezmoi
|
* https://github.com/twpayne/chezmoi
|
||||||
|
|
||||||
|
|
||||||
|
# Reuse
|
||||||
|
If you do reuse my work, please consider linking back to this repository 🙂
|
|
@ -41,4 +41,5 @@ set -gx EDITOR vim
|
||||||
set -gx DJANGOPROJECT_DATA_DIR $HOME/.djangoproject
|
set -gx DJANGOPROJECT_DATA_DIR $HOME/.djangoproject
|
||||||
|
|
||||||
direnv hook fish | source
|
direnv hook fish | source
|
||||||
|
alias wg "sudo wg"
|
||||||
|
alias wg-quick "sudo wg-quick"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Defined interactively
|
# Defined interactively
|
||||||
function klogs
|
function klogs --wraps=stern
|
||||||
stern $argv
|
stern --tail=50 $argv
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue