diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-02-19 23:40:14 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-02-19 23:40:14 +0530 |
commit | 21eea21ac0bc4f8cf1fd637e305c5f3b94218e30 (patch) | |
tree | c4509b41cb77a9a7e9606763a761620f9416bd36 | |
parent | aa1e80d0113585a8b63c2c2181848150351616ed (diff) |
picom.conf
changes made long ago, forgot what they were
-rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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)" |