From 000c800ee8d6afc2a8e99b99e7c420a3de26a6ae Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 31 Dec 2018 22:58:59 -0500 Subject: Run ls if gs fails --- home/.kshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') diff --git a/home/.kshrc b/home/.kshrc index 113292cf..05d62e53 100644 --- a/home/.kshrc +++ b/home/.kshrc @@ -34,7 +34,7 @@ if [[ $(uname) = 'Linux' ]]; then alias ls='ls --color=auto' grep='grep --color' rm='rm -I' fi alias bc='bc -l' -alias gs='git status --short --branch' gd='git diff' +alias gs='git status --short --branch || ls' gd='git diff' alias gsh='git show' gl='git log --graph --pretty=log' alias gco='git checkout' gb='git branch' gm='git merge' gst='git stash' alias ga='git add' gmv='git mv' grm='git rm' -- cgit 1.4.1