Merge branch 'master' of ssh://code.bcarlin.xyz:2222/bcarlin/dotfiles

This commit is contained in:
Bruno Carlin 2021-07-05 18:01:02 +02:00
commit 35854f9cfd
18 changed files with 75 additions and 21 deletions

View file

@ -12,6 +12,13 @@ for f in (ls $HOME/.ssh/*.pub);
end
end
# Start X at login
if status is-login
if test -z "$DISPLAY" -a "$XDG_VTNR" = 1
exec startx -- -keeptty
end
end
## Go utils
set -x GOPATH ~/.go

View file

@ -0,0 +1 @@
/home/bca/.local/share/broot/launcher/fish/br.fish

View file

@ -16,5 +16,5 @@ function email --description 'Opens mutt with a specific account (waarp|perso)'
end
end
env EMAIL_ACCOUNT=$account mutt
env EMAIL_ACCOUNT=$account neomutt
end