about summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorvenomade <venomade@venomade.com>2026-01-18 16:07:54 +0000
committervenomade <venomade@venomade.com>2026-01-18 16:07:54 +0000
commit8d688d1107c46b6dfdcaf02fa5c9c4c8a4640e65 (patch)
tree76edfeb78094eb8491b1f32a2acd45b6ba95ffa2 /.zshrc
parentedcf5dd381c26274a939f4e703539b15c0058e99 (diff)
KDE & Emacs
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc28
1 files changed, 10 insertions, 18 deletions
diff --git a/.zshrc b/.zshrc
index 8a2c18e..a22919e 100644
--- a/.zshrc
+++ b/.zshrc
@@ -79,33 +79,25 @@ autoload -Uz add-zsh-hook
 add-zsh-hook precmd set_prompt
 
 # plugins
+
 source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
 
 # GHCUP for Haskell
-[ -f "/home/venomade/.ghcup/env" ] && . "/home/venomade/.ghcup/env" # ghcup-env
+# [ -f "/home/venomade/.ghcup/env" ] && . "/home/venomade/.ghcup/env" # ghcup-env
 
 # OPAM for OCaml
-[[ ! -r '/home/venomade/.opam/opam-init/init.zsh' ]] || source '/home/venomade/.opam/opam-init/init.zsh' > /dev/null 2> /dev/null
+# [[ ! -r '/home/venomade/.opam/opam-init/init.zsh' ]] || source '/home/venomade/.opam/opam-init/init.zsh' > /dev/null 2> /dev/null
 # bun completions
-[ -s "/home/venomade/.bun/_bun" ] && source "/home/venomade/.bun/_bun"
+# [ -s "/home/venomade/.bun/_bun" ] && source "/home/venomade/.bun/_bun"
 
 # bun
 # export BUN_INSTALL="$HOME/.bun"
 # export PATH="$BUN_INSTALL/bin:$PATH"
 
 # Devbox
-eval "$(devbox global shellenv)"
-
-# Function to run emacs based on the presence of devbox.json
-run_emacs() {
-    if [[ $# -eq 0 ]]; then
-        if [[ -f "devbox.json" ]]; then
-            devbox run emacs &>/dev/null &
-        else
-            emacs
-        fi
-    else
-        command emacs "$@"
-    fi
-}
-alias emacs='run_emacs'
+# eval "$(devbox global shellenv)"
+
+# Homebrew
+# eval "$(/opt/homebrew/bin/brew shellenv)"
+
+# export PATH="/opt/homebrew/opt/llvm/bin:$PATH"