summaryrefslogtreecommitdiff
path: root/host:openwide-desktop/Exec.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'host:openwide-desktop/Exec.zsh')
-rw-r--r--host:openwide-desktop/Exec.zsh6
1 files changed, 0 insertions, 6 deletions
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
-)
-