mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 14:41:20 +00:00
5 lines
No EOL
185 B
Bash
5 lines
No EOL
185 B
Bash
alias ll='ls -la'
|
|
alias lt='ls --human-readable --size -1 -S --classify'
|
|
alias nrebuild='sudo nixos-rebuild --use-remote-sudo switch'
|
|
alias code='codium'
|
|
alias ssh='ensure_ssh_key; ssh' |