aboutsummaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-02-19 23:40:14 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-02-19 23:40:14 +0530
commit21eea21ac0bc4f8cf1fd637e305c5f3b94218e30 (patch)
treec4509b41cb77a9a7e9606763a761620f9416bd36 /zsh/.zshrc
parentaa1e80d0113585a8b63c2c2181848150351616ed (diff)
picom.conf
changes made long ago, forgot what they were
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc4
1 files changed, 4 insertions, 0 deletions
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)"