1
0
mirror of https://github.com/Foltik/dotfiles synced 2025-01-22 06:50:57 -05:00
This commit is contained in:
Jack Foltz 2018-12-08 16:23:30 -05:00
parent b95f2a3435
commit 9644b3f076
Signed by: foltik
GPG Key ID: D1F0331758D1F29A
2 changed files with 10 additions and 0 deletions

View File

@ -1,15 +1,19 @@
### Environment Variables ###
set -U fish_greeting
set -U fish_user_paths ~/.local/bin
# Use all cores for make by default
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
@ -17,3 +21,8 @@ begin
source $AUTOJUMP_PATH
end
end
### Aliases ###
function ls
exa $argv
end

View File

@ -10,6 +10,7 @@ Base:
Command Line Tools:
- yay
- ripgrep
- exa
System Tools:
- networkmanager