From 21eea21ac0bc4f8cf1fd637e305c5f3b94218e30 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 19 Feb 2021 23:40:14 +0530 Subject: picom.conf changes made long ago, forgot what they were --- zsh/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 8f522c8c..c9cc9771 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -26,6 +26,7 @@ alias zt='/zt/' alias progs='/zt/Programs/' alias scripts='~/.config/scripts/' alias goproj='/zt/Docs/Go/src/github.com/MikunoNaka' +alias wd='/zt/Docs/web' # programs alias pf='clear && pfetch' @@ -44,6 +45,9 @@ alias gca='git commit -m' alias gi='nvim .gitignore' alias gp='git push' +# ssh +alias ssh-init='eval $(ssh-agent)&& ssh-add /home/zt/.ssh/kalawati_git_key' + neofetch exa eval "$(starship init zsh)" -- cgit v1.2.3