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:
@@ -3,6 +3,8 @@ if status is-interactive
|
|||||||
end
|
end
|
||||||
|
|
||||||
alias cl="clear"
|
alias cl="clear"
|
||||||
|
alias lgit="lazygit"
|
||||||
|
alias ldocker="lazydocker"
|
||||||
alias conf="z ~/.config"
|
alias conf="z ~/.config"
|
||||||
alias nixos="z /etc/nixos"
|
alias nixos="z /etc/nixos"
|
||||||
alias store="z /nix/store"
|
alias store="z /nix/store"
|
||||||
@@ -33,3 +35,4 @@ set -Ux FZF_DEFAULT_OPTS "\
|
|||||||
|
|
||||||
starship init fish | source
|
starship init fish | source
|
||||||
zoxide init fish | source
|
zoxide init fish | source
|
||||||
|
direnv hook fish | source
|
||||||
|
@@ -352,6 +352,7 @@
|
|||||||
# nssmdns = true;
|
# nssmdns = true;
|
||||||
# };
|
# };
|
||||||
programs.browserpass.enable = true;
|
programs.browserpass.enable = true;
|
||||||
|
programs.direnv.enable = true;
|
||||||
services.upower.enable = true;
|
services.upower.enable = true;
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
Reference in New Issue
Block a user