add batman beyond config
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
#!/bin/bash
|
||||
# ====================================================================
|
||||
# auth: alex
|
||||
# file: .alias
|
||||
# revn: 04-19-2026 2.0
|
||||
# func: define useful fish aliases
|
||||
#
|
||||
# TODO: make boom more robust (scp, etc)
|
||||
# ====================================================================
|
||||
# r au mm-dd-yyyy: CHANGE LOG
|
||||
# --------------------------------------------------------------------
|
||||
# ac 04-??-2026: init
|
||||
# ac 04-16-2026: added gg alias
|
||||
# * ac 04-19-2026: added boom alias
|
||||
# added knight alias
|
||||
# * ac 04-22-2026: fixed insane ranger/knight bug
|
||||
#
|
||||
# ====================================================================
|
||||
|
||||
# Useful aliases
|
||||
|
||||
|
||||
# vim assumes tabs instead of buffers
|
||||
alias vim="vim -p"
|
||||
|
||||
# make ranger sound more batman-like
|
||||
alias knight="ranger"
|
||||
|
||||
# boomtube reference
|
||||
alias boom="ssh"
|
||||
|
||||
# shorthand for fastfetch
|
||||
alias ff="fastfetch"
|
||||
|
||||
# forfeit
|
||||
alias FF="shutdown now"
|
||||
|
||||
# good game
|
||||
alias gg="sudo reboot now"
|
||||
|
||||
Reference in New Issue
Block a user