From 9d6de4c1337415e7a0f866fce83b6b98c21be18a Mon Sep 17 00:00:00 2001 From: clint Date: Fri, 2 Sep 2022 21:20:08 -0500 Subject: [PATCH] zsh stock --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index a835534..e162707 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -15,6 +15,7 @@ alias ls="exa -lhg --group-directories-first" alias ll="exa -lhga --group-directories-first" alias vim="nvim" alias docs="python ~/scripts/stock_price.py -s docs" +alias stock="python ~/scripts/stock_price.py -s " # path export PATH=/home/clint/scripts/:$PATH