diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-23 12:28:38 +0100 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-23 12:30:14 +0100 |
| commit | c7faac3480d2c52db7e952f638f7f162fb98eeec (patch) | |
| tree | 32d112a9532bcf8391a47384b91f6ef4c729e88a /.local/share/mode/plug.d/20_export_vim_theme | |
| parent | 95db61081c2555c069c3287fd30d9c8a1757acb1 (diff) | |
`mode` update
Diffstat (limited to '.local/share/mode/plug.d/20_export_vim_theme')
| -rw-r--r-- | .local/share/mode/plug.d/20_export_vim_theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/mode/plug.d/20_export_vim_theme b/.local/share/mode/plug.d/20_export_vim_theme index be76b8b..12304f3 100644 --- a/.local/share/mode/plug.d/20_export_vim_theme +++ b/.local/share/mode/plug.d/20_export_vim_theme @@ -3,4 +3,4 @@ if [ "$(find "$XDG_CONFIG_HOME/nvim" -name "$vim_theme_name.vim" | wc -l)" -eq 0 ] ; then echo "warn: vim theme $vim_theme_name does not appear to be installed" >&2 fi -export vim_theme_name +themevar vim_theme_name |