1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-24 04:22:50 -05:00

Merge branch 'master' of github.com:foltik/dotfiles

This commit is contained in:
Jack 2018-12-01 14:36:21 -05:00
commit f035b713b7
2 changed files with 12 additions and 0 deletions

View File

@ -6,3 +6,14 @@ set -gx MAKEFLAGS -j(nproc)
# TTY for gpg pinentry
set -gx GPG_TTY (tty)
gpg-connect-agent updatestartuptty /bye >/dev/null
# Load wal colors if installed
if test -d ~/.cache/wal
cat ~/.cache/wal/sequences &
end
# Load autojump if installed
begin
set -l AUTOJUMP_PATH /usr/share/autojump/autojump.fish
if test -e $AUTOJUMP_PATH
source $AUTOJUMP_PATH
end
end

View File

@ -6,6 +6,7 @@ Base:
Terminal:
- alacritty
- alacritty-terminfo
- autojump
Editors:
- emacs: