From b0881d9244bef02e2eec06c805905dd2235fc305 Mon Sep 17 00:00:00 2001 From: stitchy Date: Sun, 27 Jul 2025 14:12:30 -0700 Subject: [PATCH] feat: nix-shell use zsh (hack) --- config/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/config/zshrc b/config/zshrc index 89fd9ab..4cf7df7 100755 --- a/config/zshrc +++ b/config/zshrc @@ -26,6 +26,7 @@ alias ls='eza' alias make="make -j 20" alias mountUSB="mount ~/ExternalDrive" # Automagically mount and unmount my flashdrive alias myip="curl ifconfig.me" +alias nix-shell='nix-shell --run $SHELL' alias qsus="NIXPKGS_ALLOW_UNFREE=1 nix-shell -p quartus-prime-lite -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/fe7ab74a86d78ba00d144aa7a8da8c71a200c563.tar.gz" alias ssh="TERM=xterm-256color ssh" #Fix foot issue in ssh alias tree="eza --tree"