mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-28 05:27:06 -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
|
# TTY for gpg pinentry
|
||||||
set -gx GPG_TTY (tty)
|
set -gx GPG_TTY (tty)
|
||||||
gpg-connect-agent updatestartuptty /bye >/dev/null
|
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:
|
Terminal:
|
||||||
- alacritty
|
- alacritty
|
||||||
- alacritty-terminfo
|
- alacritty-terminfo
|
||||||
|
- autojump
|
||||||
|
|
||||||
Editors:
|
Editors:
|
||||||
- emacs:
|
- emacs:
|
||||||
|
Loading…
Reference in New Issue
Block a user