mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Allow custom editor, like we do custom terminal (#1697)
This commit is contained in:
committed by
GitHub
parent
7e1c88b932
commit
bf0c2cc9a5
4
config/uwsm/default
Normal file
4
config/uwsm/default
Normal file
@@ -0,0 +1,4 @@
|
||||
# Changes require a relaunch of Hyprland to take effect.
|
||||
|
||||
export TERMINAL=alacritty
|
||||
export EDITOR=nvim
|
||||
@@ -4,8 +4,8 @@
|
||||
export OMARCHY_PATH=$HOME/.local/share/omarchy
|
||||
export PATH=$OMARCHY_PATH/bin/:$PATH
|
||||
|
||||
# Set terminal used by all default commands
|
||||
export TERMINAL=alacritty
|
||||
# Set default terminal and editor
|
||||
source ~/.config/uwsm/default
|
||||
|
||||
# Activate mise if present on the system
|
||||
omarchy-cmd-present mise && eval "$(mise activate bash)"
|
||||
|
||||
Reference in New Issue
Block a user