Skip to content

Commit

Permalink
Remove enrol.config.explorer (#8) and strip windows support officia…
Browse files Browse the repository at this point in the history
…lly (added in readme)
  • Loading branch information
marcwieland95 committed Aug 15, 2017
1 parent ddbf540 commit 97763f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ In the next version we will improve this and ship some predefined commands. We'l

## Requirements:

- Unix (Linux or MacOS), Windows only partially
- oh-my-zsh (https://github.com/robbyrussell/oh-my-zsh)
- vagrant (not required, but highly recommended)

Expand All @@ -31,6 +32,9 @@ plugins=(git enrolzsh)

## Important notes:

### Operating system
Enrol supports Linux and MacOS. Windows works mostly iniside it's Unix subsystem, but is not tested and will fall short on certain commands like `enrol.finder`.

### Custom enrol script:
When providing a custom enrol script inside the `enrol`-directory make sure to prefix variables when using so. Enrol will load your script inside the global context and this has potential for dramatic issues.

Expand Down Expand Up @@ -65,5 +69,4 @@ Helper functions:

Config functions:
- `enrol.config.global`: Edit global settings directly in CMD (Nano)
- `enrol.config.finder`: Open finder inside enrolzsh plugin directory (MacOS)
- `enrol.config.explorer`: Open explorer inside enrolzsh plugin directory (Windows)
- `enrol.config.finder`: Open finder inside enrolzsh plugin directory (MacOS)
5 changes: 0 additions & 5 deletions config.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,4 @@ enrol.config.global() {
enrol.config.finder() {
eval cd ~/.oh-my-zsh/plugins/enrolzsh
open .
}

# Open explorer at global config file
enrol.config.explorer() {
eval cmd.exe /C "explorer \"~\AppData\Local\lxss\home\%USERNAME%\.oh-my-zsh\plugins\enrolzsh\""
}

0 comments on commit 97763f2

Please sign in to comment.