mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-08-30 09:54:03 +02:00
Replace neovim (slopware) by evi in how_to_slop_free_fork (#1165)
### Description of Changes This PR removes neovim (slopware) from how_to_slop_free_fork. Reviewed-on: https://codeberg.org/ethical-foss/open-slopware/pulls/1165 Reviewed-by: Ethical FOSS admin <ethical-foss-admin@noreply.codeberg.org>
This commit is contained in:
parent
00439ea619
commit
821f3185e2
1 changed files with 2 additions and 2 deletions
|
|
@ -57,9 +57,9 @@ Let's take tldr-pages as an example, as that was something the community recentl
|
|||
Another way is to edit the `.git/config` file Use your editor of choice to open the following file:
|
||||
|
||||
```bash
|
||||
# We're using neovim here, but you can use any editor you're comfortable with.
|
||||
# We're using evi here, but you can use any editor you're comfortable with.
|
||||
# If you're new, nano is always a safe bet as it has tips at the bottom of the screen.
|
||||
neovim .git/config
|
||||
evi .git/config
|
||||
```
|
||||
|
||||
The file will look like this:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue