Merge branch 'master' of ssh://code.bcarlin.xyz:2222/bcarlin/dotfiles
This commit is contained in:
commit
35854f9cfd
18 changed files with 75 additions and 21 deletions
|
@ -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
|
||||
|
||||
|
|
1
fish/.config/fish/functions/br.fish
Symbolic link
1
fish/.config/fish/functions/br.fish
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/bca/.local/share/broot/launcher/fish/br.fish
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue