This commit is contained in:
2026-02-05 20:10:18 +09:00
parent 26e95b8878
commit 37f4f2362c
5 changed files with 11 additions and 3 deletions

View File

@@ -17,6 +17,7 @@
set -gx PKG_CONFIG_PATH ${pkgs.openssl.dev}/lib/pkgconfig;
set -gx KUBECONFIG $HOME/.kube/config;
set -x NIX_DEV_SHELL_DEFAULT_SHELL (which fish)
set -q KREW_ROOT; and set -gx PATH $PATH $KREW_ROOT/.krew/bin; or set -gx PATH $PATH $HOME/.krew/bin
alias lg="lazygit"
alias v="nvim"
alias c="clear"