diff options
| author | Christian Cleberg <[email protected]> | 2026-05-26 23:07:21 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-05-26 23:07:21 -0500 |
| commit | fbd2faa806750596bb44dd7f4e1688493c651e82 (patch) | |
| tree | f0bc1a633563641c1dfba538b9bc1240ad7dc2f8 /common/zsh | |
| parent | 9fff16821c293e8a3374225a94620a251c22f1d3 (diff) | |
| download | dotfiles-fbd2faa806750596bb44dd7f4e1688493c651e82.tar.gz dotfiles-fbd2faa806750596bb44dd7f4e1688493c651e82.tar.bz2 dotfiles-fbd2faa806750596bb44dd7f4e1688493c651e82.zip | |
add olivetti to emacs
Diffstat (limited to 'common/zsh')
| -rw-r--r-- | common/zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/zsh/.zshrc b/common/zsh/.zshrc index a1789be..be5b346 100644 --- a/common/zsh/.zshrc +++ b/common/zsh/.zshrc @@ -118,6 +118,7 @@ alias emacs="emacs -nw" alias xclean="fd -H '.DS_Store' -t f -x rm" alias python="python3" alias docker-update='for d in ~/docker/*/; do (cd "$d" && sudo docker compose pull && sudo docker compose up -d); done' +alias doom="~/.config/emacs/bin/doom" # Git alias g='git' |
