Compare commits
2 commits
bbbba2c4a2
...
b0881d9244
Author | SHA1 | Date | |
---|---|---|---|
b0881d9244 | |||
3ffd6564e4 |
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ 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"
|
||||
|
@ -25,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