From 40cd5511ebfe8f4c3db1e93f4fb17580edf40c63 Mon Sep 17 00:00:00 2001 From: The_miro Date: Fri, 8 Nov 2024 10:23:56 +0100 Subject: [PATCH] alias t=wd --- .bashrc | 2 ++ .zshrc | 2 ++ 2 files changed, 4 insertions(+) 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)"