mirror of
https://github.com/Foltik/dotfiles
synced 2025-01-22 06:50:57 -05:00
Add autojump and fish config
This commit is contained in:
parent
0a8384aa03
commit
1e40850b23
@ -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