mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-28 15:11: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 nfmt="find . -type f -name '*.nix' -exec nixfmt {} \;"
|
|
alias code='codium'
|
|
alias rgf='rg --files | rg' |