Skip to content

Commit

Permalink
fix: use correct editor
Browse files Browse the repository at this point in the history
  • Loading branch information
pragmaticivan committed Sep 24, 2024
1 parent 8e68169 commit 51949de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/dot_profile.tmpl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# shellcheck shell=sh
# chezmoi:template:left-delimiter="# {{" right-delimiter=}}
export PATH=$HOME/bin:$PATH
export VISUAL="# {{ .editor }}"
export EDITOR="# {{ .visualeditor }}"
export VISUAL="# {{ .visualeditor }}"
export EDITOR="# {{ .editor }}"
export BROWSER="firefox";
export TERMINAL="alacritty";
export PROJECTS="$HOME/Code";
Expand Down

0 comments on commit 51949de

Please sign in to comment.