diff options
author | Raul Benencia <raul@thousandeyes.com> | 2024-11-01 16:56:52 -0700 |
---|---|---|
committer | Raul Benencia <raul@thousandeyes.com> | 2024-11-01 16:56:52 -0700 |
commit | 012c3033850d1cfaab6a6cb117abee2cbe84d21e (patch) | |
tree | e32538db307dd2ebea5525a164fbe9d17a3b41cf /.alias.d | |
parent | 83afd4cf6fe7f1b5d1ca4f9ffac3a643c291d3b2 (diff) |
alias: s/bat/batcat
Diffstat (limited to '.alias.d')
-rw-r--r-- | .alias.d/00-general | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.alias.d/00-general b/.alias.d/00-general index c9a4668..ab57817 100644 --- a/.alias.d/00-general +++ b/.alias.d/00-general @@ -17,4 +17,4 @@ alias e=$EDITOR alias mtr='mtr --curses' alias t='cd ~/src/' -alias by='bat -l yaml'
\ No newline at end of file +alias by='batcat -l yaml'
\ No newline at end of file |