From 368cecd6547d76d9fe711c75e3fa5f06f54e1026 Mon Sep 17 00:00:00 2001 From: Jeffrey Serio Date: Tue, 4 Feb 2025 08:55:14 -0600 Subject: [PATCH] uPdAtE dA dOtS --- doom/.doom.d/config.el | 9 ++++----- zsh/.zshrc.d/aliases.zsh | 3 +-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/doom/.doom.d/config.el b/doom/.doom.d/config.el index 899840b..5830f85 100644 --- a/doom/.doom.d/config.el +++ b/doom/.doom.d/config.el @@ -178,7 +178,6 @@ If point was already at that position, move point to beginning of line." ("@blog" .?b) ("@homelab" . ?l) ("@hyperreal.coffee" .?h) - ("@nirn.quest" .?n) ("@reading" . ?r) ("@selfcare" . ?s)))) @@ -214,12 +213,12 @@ If point was already at that position, move point to beginning of line." '((sequence "STARTED(s)" "TODO(t)" - "WAITING(w@/!)" + "WAITING(w)" "IDEA(i)" "SOMEDAY(.)" - "BLOCKED(k@/!)" + "BLOCKED(k)" "|" - "DONE(x!)" + "DONE(x)" "CANCELLED(c)") (sequence "PROJECT" "|" "DONE(x)") (sequence "MAYBE(,0)" "CHOSEN(c,+)" "|" "REJECTED"))) @@ -328,7 +327,7 @@ If point was already at that position, move point to beginning of line." ;;;; mastodon.el -(setq mastodon-instance-url "https://fedi.hyperreal.coffee" +(setq mastodon-instance-url "https://tilde.zone" mastodon-active-user "hyperreal" mastodon-use-emojify t) diff --git a/zsh/.zshrc.d/aliases.zsh b/zsh/.zshrc.d/aliases.zsh index 2d5ab5a..3d1e174 100644 --- a/zsh/.zshrc.d/aliases.zsh +++ b/zsh/.zshrc.d/aliases.zsh @@ -59,8 +59,7 @@ alias grep='grep --color' # Prompt user before overwriting files alias cp='cp -i' alias mv='mv -i' -alias rm='trash' -alias del='/bin/rm -i' +alias rm='rm -i' # Display zsh functions with bat alias zfun='functions | bat -l zsh'