diff options
| author | Blake Romero <blake@blkrom.com> | 2024-11-03 21:07:39 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-11-04 00:36:39 +0000 |
| commit | 13017b4f280a26089e05b1426c573d3b3f019d5c (patch) | |
| tree | 181fcfa58dd94f447233d952a9c2754792522a69 | |
| parent | 425f6327abaec38fdeabb9ab27f4323e3f89a0de (diff) | |
Add img alias to bash
| -rw-r--r-- | dot-bash_aliases | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dot-bash_aliases b/dot-bash_aliases index e5634db..6ba4322 100644 --- a/dot-bash_aliases +++ b/dot-bash_aliases @@ -23,6 +23,9 @@ command -v zathura &>/dev/null && alias pdf="zathura" # dictionary command -v sdcv &>/dev/null && alias dict="sdcv" +# image viewer +command -v swayimg &>/dev/null && alias img="swayimg" + # Git if command -v git &>/dev/null; then alias gs="git status" |
