Add aliases and remove rofi

This commit is contained in:
2026-05-09 21:43:32 -07:00
parent a7c69740de
commit d24705e205
4 changed files with 20 additions and 217 deletions

20
aliases.sh Normal file
View File

@@ -0,0 +1,20 @@
alias '..'='cd ..'
alias 'ls'='eza --icons -A'
alias 'tree'='eza --icons -AT'
alias 'rm'='trash'
alias 'unrm'='trash-restore'
alias 'rmf'='/bin/rm'
alias 'tx'='tar xvf'
alias 'tl'='tar tf'
alias 'vim'='neovide --fork'
alias 'zen'='zen-browser'
alias 'bt'='bluetoothctl'
alias 'wlan'='iwctl station wlan0'
alias 'wcopy'='wl-copy'
alias 'wpaste'='wl-paste'
alias 'sys'='systemctl'
alias 'rsys'='sudo systemctl'
alias 'usys'='systemctl --user'
alias 'd'='disown'
alias 'fetch'='fastfetch'
alias 'revpn'='sudo wg-quick down ipvanish; sudo wg-quick up ipvanish'