summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--host:openwide-desktop/Environment.zsh (renamed from host:openwide-desktop/user:openwide/Environment.zsh)0
-rw-r--r--host:openwide-desktop/Exec.zsh6
2 files changed, 0 insertions, 6 deletions
diff --git a/host:openwide-desktop/user:openwide/Environment.zsh b/host:openwide-desktop/Environment.zsh
index efe4ca7..efe4ca7 100644
--- a/host:openwide-desktop/user:openwide/Environment.zsh
+++ b/host:openwide-desktop/Environment.zsh
diff --git a/host:openwide-desktop/Exec.zsh b/host:openwide-desktop/Exec.zsh
deleted file mode 100644
index 19fe3c3..0000000
--- a/host:openwide-desktop/Exec.zsh
+++ /dev/null
@@ -1,6 +0,0 @@
-
-[ "$USER" != openwide ] && (
- echo -n "sudo openwide ? [Y/n] " ; read answer
- [ "$answer" != "n" ] && sudo -u openwide -s
-)
-