diff options
author | Süleyman Fərəcli <suleyman@farajli.net> | 2025-06-26 22:39:48 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-26 22:39:48 +0400 |
commit | 34ea1bf5947173388b041f41e4c36fbbc38756c7 (patch) | |
tree | 1cc77d666afeb1f741025a2cb40b39412001d6ea /config/shell | |
parent | c4b86ceca1e675122cb636507bb7132f344ac99b (diff) | |
parent | 7fdbedfce3faaa0b27eeb179f240ee8f901c1f97 (diff) |
Merge pull request #16 from sfarajli/dev
Dev
Diffstat (limited to 'config/shell')
-rw-r--r-- | config/shell/aliasrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/shell/aliasrc b/config/shell/aliasrc index 41a2395..2de3313 100644 --- a/config/shell/aliasrc +++ b/config/shell/aliasrc @@ -5,6 +5,10 @@ [ -x "$(command -v nvim)" ] && alias vi="nvim" [ -x "$(command -v neomutt)" ] && alias mutt="neomutt" +if [ -x "$(command -v nsxiv)" ] && ! [ -x "$(command -v sxiv)" ]; then + alias sxiv="nsxiv" +fi + # TODO: Deal with the flags that are not supported on BSD # Older versions of ip doesn't support -color flg, so don't use it alias \ |