From cfce6c21e170b5def127a19c587e3cdbb6aa219a Mon Sep 17 00:00:00 2001 From: fz0x1 Date: Sun, 12 Jan 2025 15:46:39 +0100 Subject: [PATCH] 20250112.1736693199 --- global/.config/doom/config.el | 1 + global/.config/doom/init.el | 2 +- linux/.zshrc-additional | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/global/.config/doom/config.el b/global/.config/doom/config.el index 1009238..881d859 100644 --- a/global/.config/doom/config.el +++ b/global/.config/doom/config.el @@ -428,6 +428,7 @@ PRIORITY may be one of the characters ?A, ?B, or ?C." ) )) )) + ;; Whenever you reconfigure a package, make sure to wrap your config in an ;; `after!' block, otherwise Doom's defaults may override your settings. E.g. ;; diff --git a/global/.config/doom/init.el b/global/.config/doom/init.el index daab6cc..3b60f00 100644 --- a/global/.config/doom/init.el +++ b/global/.config/doom/init.el @@ -154,7 +154,7 @@ ;;nim ; python + lisp at the speed of c ;;nix ; I hereby declare "nix geht mehr!" ;;ocaml ; an objective camel - (org +roam2 +pretty +habits) ; organize your plain life in plain text + (org +roam2 +pretty +habits +journal) ; organize your plain life in plain text ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;;graphviz ; diagrams for confusing yourself even more diff --git a/linux/.zshrc-additional b/linux/.zshrc-additional index 69a883c..167b0de 100644 --- a/linux/.zshrc-additional +++ b/linux/.zshrc-additional @@ -7,6 +7,8 @@ alias ossleep='systemctl suspend' alias yyu='sudo pacman -Syyu' ## xsel alias cop='xsel --clipboard --input' +## xdg-open +alias open='xdg-open' ## docker #export DOCKER_HOST=unix:///run/user/1000/docker.sock