zsh: add alias d for dot
lol
This commit is contained in:
parent
8beb5dcb4e
commit
4962aa818b
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue