mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 06:31:20 +00:00
6 lines
No EOL
236 B
Bash
6 lines
No EOL
236 B
Bash
alias ll='ls -la'
|
|
alias nrs='sudo nixos-rebuild --use-remote-sudo switch'
|
|
alias nrb='sudo nixos-rebuild --use-remote-sudo boot'
|
|
alias ngc='sudo nix-collect-garbage --delete-older-than 14d'
|
|
alias code='codium'
|
|
alias rgf='rg --files | rg' |