diff --git a/.bashrc b/.bashrc index fa35328..f376601 100644 --- a/.bashrc +++ b/.bashrc @@ -24,4 +24,6 @@ alias gitp="git push" alias icat="kitten icat" alias cls="clear" +alias t="wd" + eval "$(starship init bash)" diff --git a/.zshrc b/.zshrc index 4c0086a..cc1f550 100644 --- a/.zshrc +++ b/.zshrc @@ -126,4 +126,6 @@ alias gitp="git push" alias icat="kitten icat" alias cls="clear" +alias t="wd" + eval "$(starship init zsh)"