feat: nix-shell use zsh (hack)
This commit is contained in:
parent
3ffd6564e4
commit
b0881d9244
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue