[UPDATE] wezterm configs for native linux
This commit is contained in:
10
config_files/wezterm.desktop
Normal file
10
config_files/wezterm.desktop
Normal 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;
|
||||
|
||||
@@ -95,7 +95,7 @@ fi
|
||||
# export ARCHFLAGS="-arch $(uname -m)"
|
||||
|
||||
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"
|
||||
# ruby environement manager
|
||||
eval "$(~/.local/repos/rbenv/bin/rbenv init - --no-rehash zsh)"
|
||||
|
||||
Reference in New Issue
Block a user