a lot of changes

This commit is contained in:
Bruno Carlin 2021-07-04 14:21:36 +02:00
parent d6e546958e
commit 2c121b4a21
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