diff options
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r-- | .config/zsh/.zshrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index e42c72f..40873d5 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -59,6 +59,11 @@ alias dots='git --git-dir=$HOME/.dots/ --work-tree=$HOME' alias ssh-k='eval $(ssh-agent)&& ssh-add /home/zt/.ssh/kalawati_git_key' alias ssh-v='eval $(ssh-agent)&& ssh-add /home/zt/.ssh/vidhukant' +# to change title of terminal +title() { + echo -n -e "\033]0;$@\007" +} + neofetch exa eval "$(starship init zsh)" |