From 0537a8c23332cc9146ecd4ae58745bdbe840bacf Mon Sep 17 00:00:00 2001 From: luke bonham Date: Fri, 2 Aug 2013 21:19:22 +0200 Subject: [PATCH] anti noob fixes --- rc.lua.blackburn | 2 +- rc.lua.dremora | 2 +- rc.lua.holo | 2 +- rc.lua.multicolor | 2 +- rc.lua.powerarrow-darker | 2 +- rc.lua.rainbow | 2 +- rc.lua.steamburn | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/rc.lua.blackburn b/rc.lua.blackburn index d62ca63..07f5fd2 100755 --- a/rc.lua.blackburn +++ b/rc.lua.blackburn @@ -80,7 +80,7 @@ language = string.gsub(os.getenv("LANG"), ".utf8", "") beautiful.init(active_theme .. "/theme.lua") terminal = "urxvtc" -editor = os.getenv("EDITOR") +editor = os.getenv("EDITOR") or "vim" editor_cmd = terminal .. " -e " .. editor gui_editor = "gvim" browser = "dwb" diff --git a/rc.lua.dremora b/rc.lua.dremora index d34a5f7..c4df77a 100755 --- a/rc.lua.dremora +++ b/rc.lua.dremora @@ -80,7 +80,7 @@ red_c = "#E36352" beautiful.init(active_theme .. "/theme.lua") terminal = "urxvtc" -editor = os.getenv("EDITOR") +editor = os.getenv("EDITOR") or "vim" editor_cmd = terminal .. " -e " .. editor gui_editor = "gvim" browser = "dwb" diff --git a/rc.lua.holo b/rc.lua.holo index 4673289..1bf16c7 100755 --- a/rc.lua.holo +++ b/rc.lua.holo @@ -84,7 +84,7 @@ language = string.gsub(os.getenv("LANG"), ".utf8", "") beautiful.init(active_theme .. "/theme.lua") terminal = "urxvtc" -editor = os.getenv("EDITOR") +editor = os.getenv("EDITOR") or "vim" editor_cmd = terminal .. " -e " .. editor gui_editor = "gvim" browser = "dwb" diff --git a/rc.lua.multicolor b/rc.lua.multicolor index f77e369..0cda4fd 100755 --- a/rc.lua.multicolor +++ b/rc.lua.multicolor @@ -82,7 +82,7 @@ active_theme = themes .. "/multicolor" beautiful.init(active_theme .. "/theme.lua") terminal = "xterm" -editor = os.getenv("EDITOR") +editor = os.getenv("EDITOR") or "vim" editor_cmd = terminal .. " -e " .. editor gui_editor = "geany -ps" browser = "dwb" diff --git a/rc.lua.powerarrow-darker b/rc.lua.powerarrow-darker index 2bebb2b..ddc4344 100755 --- a/rc.lua.powerarrow-darker +++ b/rc.lua.powerarrow-darker @@ -83,7 +83,7 @@ active_theme = themes .. "/powerarrow-darker" beautiful.init(active_theme .. "/theme.lua") terminal = "urxvtc" -editor = os.getenv("EDITOR") +editor = os.getenv("EDITOR") or "vim" editor_cmd = terminal .. " -e " .. editor gui_editor = "geany -ps" browser = "dwb" diff --git a/rc.lua.rainbow b/rc.lua.rainbow index 8d5d229..e957b4c 100755 --- a/rc.lua.rainbow +++ b/rc.lua.rainbow @@ -84,7 +84,7 @@ language = string.gsub(os.getenv("LANG"), ".utf8", "") beautiful.init(active_theme .. "/theme.lua") terminal = "urxvtc" -editor = os.getenv("EDITOR") +editor = os.getenv("EDITOR") or "vim" editor_cmd = terminal .. " -e " .. editor gui_editor = "gvim" browser = "dwb" diff --git a/rc.lua.steamburn b/rc.lua.steamburn index 83130ce..8c71337 100755 --- a/rc.lua.steamburn +++ b/rc.lua.steamburn @@ -78,7 +78,7 @@ active_theme = themes .. "/steamburn" beautiful.init(active_theme .. "/theme.lua") terminal = "urxvtc" -editor = os.getenv("EDITOR") +editor = os.getenv("EDITOR") or "vim" editor_cmd = terminal .. " -e " .. editor gui_editor = "geany -ps" browser = "dwb"