diff --git a/config_files/wezterm.desktop b/config_files/wezterm.desktop new file mode 100644 index 0000000..c313d40 --- /dev/null +++ b/config_files/wezterm.desktop @@ -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; + diff --git a/zsh/.zshrc b/zsh/.zshrc index 9c09c89..5b6f482 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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)"