diff options
author | otg <otg@sateoki.xyz> | 2022-04-26 07:58:15 +0100 |
---|---|---|
committer | otg <otg@sateoki.xyz> | 2022-04-26 07:58:15 +0100 |
commit | ab5dbc862aa32d674190dee40ddf87380ecac1e5 (patch) | |
tree | 607a474853bd01cdde49adf633a7031e749824fc /zsh | |
parent | 2bf9c25824857460393a47ecc46910fef79359a9 (diff) |
Added alias b for bat
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -104,6 +104,7 @@ alias ad="mn anime-dropped" # Anime I have dropped # documents alias p="zathura" alias o="libreoffice --writer" +alias b="bat" # file manipulation defix() { |