Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
c130aadb
Commit
c130aadb
authored
Nov 19, 2019
by
Jacob Tomaw
Committed by
Marc Cornellà
Nov 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace "restart shell" documentation "exec zsh" (#8411)
Running `source ~/.zshrc` can have side effects, it's better to reload the whole zsh session with `exec zsh`.
parent
1ba0af65
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
README.md
plugins/catimg/README.md
+2
-2
README.md
plugins/dircycle/README.md
+2
-2
README.md
plugins/encode64/README.md
+2
-2
README.md
plugins/lol/README.md
+2
-2
README.md
plugins/sudo/README.md
+2
-2
No files found.
plugins/catimg/README.md
View file @
c130aadb
...
@@ -17,10 +17,10 @@ Plugin for displaying images on the terminal using the the `catimg.sh` script pr
...
@@ -17,10 +17,10 @@ Plugin for displaying images on the terminal using the the `catimg.sh` script pr
)
)
```
```
2.
Re
load the source file
or restart your Terminal session:
2.
Re
start the shell
or restart your Terminal session:
```console
```console
$
source ~/.zshrc
$
exec zsh
$
$
```
```
...
...
plugins/dircycle/README.md
View file @
c130aadb
...
@@ -15,10 +15,10 @@ This plugin enables directory navigation similar to using back and forward on br
...
@@ -15,10 +15,10 @@ This plugin enables directory navigation similar to using back and forward on br
)
)
```
```
2. Re
load the
source
file
or restart your Terminal session:
2. Re
start the shell
or restart your Terminal session:
```
console
```
console
$
source
~/.zshrc
$
exec
zsh
$
$
```
```
...
...
plugins/encode64/README.md
View file @
c130aadb
...
@@ -20,10 +20,10 @@ Alias plugin for encoding or decoding using `base64` command
...
@@ -20,10 +20,10 @@ Alias plugin for encoding or decoding using `base64` command
)
)
```
```
2.
Restart your terminal session or re
load configuration by running
:
2.
Restart your terminal session or re
start the shell
:
```sh
```sh
source ~/.zshrc
exec zsh
```
```
## Usage and examples
## Usage and examples
...
...
plugins/lol/README.md
View file @
c130aadb
...
@@ -13,10 +13,10 @@ Plugin for adding catspeak aliases, because why not
...
@@ -13,10 +13,10 @@ Plugin for adding catspeak aliases, because why not
)
)
```
```
2. Re
load the
source
file or restart your Terminal session
:
2. Re
start your terminal session or restart the shell
:
```
console
```
console
$
source
~/.zshrc
$
exec
zsh
$
$
```
```
...
...
plugins/sudo/README.md
View file @
c130aadb
...
@@ -13,10 +13,10 @@ Easily prefix your current or previous commands with `sudo` by pressing <kbd>esc
...
@@ -13,10 +13,10 @@ Easily prefix your current or previous commands with `sudo` by pressing <kbd>esc
)
)
```
```
2.
Re
load the source file
or restart your Terminal session:
2.
Re
start your shell
or restart your Terminal session:
```console
```console
$
source ~/.zshrc
$
exec zsh
$
$
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment