Skip to content

Commit 4378126

Browse files
committed
Should use sudoedit rather than sudo vim
1 parent eff3fc7 commit 4378126

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
venv/
22
dist/
33
build/
4-
.vscode
5-
.idea
4+
.vscode/
5+
.idea/
66
*.pyc
77
*.egg-info/
88
__pycache__

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ options are fully documented in the [sample configuration
109109
file](https://github.com/bulletmark/sleep-inhibitor/blob/master/sleep-inhibitor.conf).
110110

111111
$ sudo cp /usr/share/sleep-inhibitor/sleep-inhibitor.conf /etc
112-
$ sudo vim /etc/sleep-inhibitor.conf
112+
$ sudoedit /etc/sleep-inhibitor.conf
113113

114114
### Automatic Startup as systemd Service
115115

0 commit comments

Comments
 (0)