| 1 | # Aliases |
| 2 | |
| 3 | abbr f zi |
| 4 | abbr nvimrc 'nvim ~/.config/nvim/init.lua' |
| 5 | abbr nf neofetch |
| 6 | abbr weather "curl wttr.in/Chattanooga" |
| 7 | abbr pwdc "pwd | tr -d '\n' | pbcopy" |
| 8 | abbr nvim-kickstart "set -gx NVIM_APPNAME nvim-kickstart" |
| 9 | abbr nvim-old "set -gx NVIM_APPNAME nvim" |
| 10 | abbr nvim-new "set -gx NVIM_APPNAME nvim-new" |
| 11 | # Colorize grep output (good for log files) |
| 12 | abbr grep 'grep --color=auto' |
| 13 | abbr egrep 'egrep --color=auto' |
| 14 | abbr fgrep 'fgrep --color=auto' |
| 15 | # confirm before overwriting something |
| 16 | abbr lnd "sudo arp-scan -l" |
| 17 | abbr ls eza --icons=always |
| 18 | abbr lt eza -l --git -T --header --no-permissions --no-user |
| 19 | abbr lg lazygit |
| 20 | abbr rm trash |
| 21 | abbr cat bat |
| 22 | abbr p pinata |
| 23 | abbr t sesh_start |
| 24 | abbr ☕ "ssh terminal.shop" |
| 25 | |