diff options
Diffstat (limited to '.config/shell/profile')
| -rw-r--r-- | .config/shell/profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index a6b3c48..eff95c1 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -13,3 +13,5 @@ alias s="{ git status --short ; git log --oneline @{push}.. ; }" alias d="docker " alias k="kubectl " alias t="terraform " + +[ ! -f "$XDG_CONFIG_HOME/shell/shortcutrc" ] && setsid -f shortcuts >/dev/null 2>&1 |
