Skip to content

Commit

Permalink
feat: make sure source ~/.profile is SILENT #4
Browse files Browse the repository at this point in the history
  • Loading branch information
mykeels committed Jan 23, 2019
1 parent 97c10c0 commit 3ddaceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ curl https://raw.githubusercontent.com/mykeels/slack-theme-cli/master/slack-them
### For Linux Users

```sh
curl https://raw.githubusercontent.com/mykeels/slack-theme-cli/master/slack-theme -O && sudo bash ./slack-theme install && source ~/.profile
curl https://raw.githubusercontent.com/mykeels/slack-theme-cli/master/slack-theme -O && sudo bash ./slack-theme install && SILENT="$(source ~/.profile)"
```

### For Zsh Users
Expand All @@ -43,7 +43,7 @@ curl https://raw.githubusercontent.com/mykeels/slack-theme-cli/master/slack-them
#### Linux (Zsh)

```sh
curl https://raw.githubusercontent.com/mykeels/slack-theme-cli/master/slack-theme -O && sudo SLACK_THEME_SHELL_PROFILE=~/.zshenv bash ./slack-theme install && source ~/.zshenv
curl https://raw.githubusercontent.com/mykeels/slack-theme-cli/master/slack-theme -O && sudo SLACK_THEME_SHELL_PROFILE=~/.zshenv bash ./slack-theme install && SILENT="$(source ~/.zshenv)"
```

## How to use
Expand Down

0 comments on commit 3ddaceb

Please sign in to comment.