From 2af53f29a653a43eeaf37c01bba6643082f74eb6 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Mon, 9 Feb 2026 18:02:24 +0000 Subject: [PATCH] feat(zshrc): set default text editor --- .zshrc | 12 +++++------- README.md | 1 + 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.zshrc b/.zshrc index 3ee1ff7..8ea0366 100644 --- a/.zshrc +++ b/.zshrc @@ -1,7 +1,6 @@ # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. # Initialization code that may require console input (password prompts, [y/n] # confirmations, etc.) must go above this block; everything else may go below. - neofetch if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then @@ -15,14 +14,13 @@ export QT_QPA_PLATFORMTHEME=qt6ct # for Qt6 alias dotfiles="git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME" source ~/powerlevel10k/powerlevel10k.zsh-theme - -# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh - source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -# Created by `pipx` on 2026-01-15 16:32:17 +# Path updates export PATH="$PATH:/home/dylan/.local/bin" - -# opencode export PATH=/home/dylan/.opencode/bin:$PATH + +# Env Variables +export EDITOR=nvim +export VISUAL=nvim diff --git a/README.md b/README.md index f3c03ff..60e9742 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ - adw-gtk-theme - zsh-syntax-highlighting - mako (Notifications) +- nvim (Text Editor) ## System Reqs - wpctl (Audio config)