[UPDATE] wezterm configs for native linux

This commit is contained in:
Daveanand Mannie
2025-10-15 22:04:02 -04:00
parent 15178ddfae
commit 2519cdde01
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
[Desktop Entry]
Version=1.0
Name=WezTerm
Comment=Wez's Terminal Emulator
Exec=wezterm --config-file /home/daveanand/.config/nvim/config_files/wezterm.lua
Icon=/home/daveanand/.local/repos/wezterm/assets/icon/terminal.png
Terminal=false
Type=Application
Categories=Utility;TerminalEmulator;

View File

@@ -95,7 +95,7 @@ fi
# export ARCHFLAGS="-arch $(uname -m)" # export ARCHFLAGS="-arch $(uname -m)"
export LESS="-R" export LESS="-R"
export WEZTERM_CONFIG_FILE=~/.config/nvim/wezterm.lua export WEZTERM_CONFIG_FILE=~/.config/nvim/config_files/wezterm.lua
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=015,bold" export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=015,bold"
# ruby environement manager # ruby environement manager
eval "$(~/.local/repos/rbenv/bin/rbenv init - --no-rehash zsh)" eval "$(~/.local/repos/rbenv/bin/rbenv init - --no-rehash zsh)"