From 5b6a8985f65c4e25f6026f4acccf6f5ec881f170 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Mon, 3 Jul 2023 11:23:31 -0400 Subject: [PATCH] add lazy things --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index b005c74..09985e0 100644 --- a/.zshrc +++ b/.zshrc @@ -46,6 +46,9 @@ alias kssh="kitty +kitten ssh" alias server="kitty +kitten ssh root@ajet.lol" alias dnsconfig="sudo nvim /etc/hosts" alias b="bore local -t ajet.lol" +alias ht="nvim ~/temp.http" +alias gs="git stash" +alias gsp="git stash pop" #todo things alias todooff="TODO_ON_CLEAR=false"