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:
commit
f035b713b7
@ -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
|
||||
|
@ -6,6 +6,7 @@ Base:
|
||||
Terminal:
|
||||
- alacritty
|
||||
- alacritty-terminfo
|
||||
- autojump
|
||||
|
||||
Editors:
|
||||
- emacs:
|
||||
|
Loading…
Reference in New Issue
Block a user