Compare commits

..

No commits in common. "b0881d9244bef02e2eec06c805905dd2235fc305" and "bbbba2c4a241271fdfd0874053c35170806b5a50" have entirely different histories.

View file

@ -9,7 +9,6 @@ bindkey -v
# End of lines configured by zsh-newuser-install
# Aliases
alias arduino-cli='arduino-cli --config-file $XDG_CONFIG_HOME/arduino15/arduino-cli.yaml'
alias c='clear'
alias cd="z"
alias find="fd"
@ -26,7 +25,6 @@ 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"