mirror of
https://github.com/Foltik/dotfiles
synced 2025-02-02 00:10:23 -05:00
Add exa
This commit is contained in:
parent
b95f2a3435
commit
9644b3f076
@ -1,15 +1,19 @@
|
|||||||
### Environment Variables ###
|
### Environment Variables ###
|
||||||
set -U fish_greeting
|
set -U fish_greeting
|
||||||
set -U fish_user_paths ~/.local/bin
|
set -U fish_user_paths ~/.local/bin
|
||||||
|
|
||||||
# Use all cores for make by default
|
# Use all cores for make by default
|
||||||
set -gx MAKEFLAGS -j(nproc)
|
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
|
# Load wal colors if installed
|
||||||
if test -d ~/.cache/wal
|
if test -d ~/.cache/wal
|
||||||
cat ~/.cache/wal/sequences &
|
cat ~/.cache/wal/sequences &
|
||||||
end
|
end
|
||||||
|
|
||||||
# Load autojump if installed
|
# Load autojump if installed
|
||||||
begin
|
begin
|
||||||
set -l AUTOJUMP_PATH /usr/share/autojump/autojump.fish
|
set -l AUTOJUMP_PATH /usr/share/autojump/autojump.fish
|
||||||
@ -17,3 +21,8 @@ begin
|
|||||||
source $AUTOJUMP_PATH
|
source $AUTOJUMP_PATH
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
### Aliases ###
|
||||||
|
function ls
|
||||||
|
exa $argv
|
||||||
|
end
|
||||||
|
@ -10,6 +10,7 @@ Base:
|
|||||||
Command Line Tools:
|
Command Line Tools:
|
||||||
- yay
|
- yay
|
||||||
- ripgrep
|
- ripgrep
|
||||||
|
- exa
|
||||||
|
|
||||||
System Tools:
|
System Tools:
|
||||||
- networkmanager
|
- networkmanager
|
||||||
|
Loading…
Reference in New Issue
Block a user