From 4962aa818b343ba4941c990b563527f1f24c8035 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sun, 24 Oct 2021 11:55:00 -0700 Subject: [PATCH] zsh: add alias d for dot lol --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 2e50bdd..ea0d008 100644 --- a/.zshrc +++ b/.zshrc @@ -92,6 +92,7 @@ ## Mini short-hand scripts (ex: la = ls -a) >>> # dotfile management alias dot='git --git-dir="$HOME/git/dotfiles" --work-tree="$HOME"' + alias d=dot alias tm='tmux new -As0' # open a new session called 0, but if there is already a session called 0, connect to it