1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

added direnv and aliases for 'lazygit' and lazydocker

This commit is contained in:
XNM
2023-11-13 20:54:44 +02:00
parent e6e9aca499
commit 19328a0c2f
2 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ if status is-interactive
end
alias cl="clear"
alias lgit="lazygit"
alias ldocker="lazydocker"
alias conf="z ~/.config"
alias nixos="z /etc/nixos"
alias store="z /nix/store"
@@ -33,3 +35,4 @@ set -Ux FZF_DEFAULT_OPTS "\
starship init fish | source
zoxide init fish | source
direnv hook fish | source