style: remove trailing whitespace (#12303)
parent
a168efe73e
commit
1d09c6bb0a
73 changed files with 138 additions and 138 deletions
@ -1,12 +1,12 @@ |
|||||||
# Put files in this folder to add your own custom functionality. |
# Put files in this folder to add your own custom functionality. |
||||||
# See: https://github.com/ohmyzsh/ohmyzsh/wiki/Customization |
# See: https://github.com/ohmyzsh/ohmyzsh/wiki/Customization |
||||||
# |
# |
||||||
# Files in the custom/ directory will be: |
# Files in the custom/ directory will be: |
||||||
# - loaded automatically by the init script, in alphabetical order |
# - loaded automatically by the init script, in alphabetical order |
||||||
# - loaded last, after all built-ins in the lib/ directory, to override them |
# - loaded last, after all built-ins in the lib/ directory, to override them |
||||||
# - ignored by git by default |
# - ignored by git by default |
||||||
# |
# |
||||||
# Example: add custom/shortcuts.zsh for shortcuts to your local projects |
# Example: add custom/shortcuts.zsh for shortcuts to your local projects |
||||||
# |
# |
||||||
# brainstormr=~/Projects/development/planetargon/brainstormr |
# brainstormr=~/Projects/development/planetargon/brainstormr |
||||||
# cd $brainstormr |
# cd $brainstormr |
||||||
|
|||||||
@ -1,6 +1,6 @@ |
|||||||
# Put your custom themes in this folder. |
# Put your custom themes in this folder. |
||||||
# See: https://github.com/ohmyzsh/ohmyzsh/wiki/Customization#overriding-and-adding-themes |
# See: https://github.com/ohmyzsh/ohmyzsh/wiki/Customization#overriding-and-adding-themes |
||||||
# |
# |
||||||
# Example: |
# Example: |
||||||
|
|
||||||
PROMPT="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%~ %{$reset_color%}%% " |
PROMPT="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%~ %{$reset_color%}%% " |
||||||
|
|||||||
@ -1,14 +1,14 @@ |
|||||||
# Use Ctrl-Z to switch back to Vim |
# Use Ctrl-Z to switch back to Vim |
||||||
|
|
||||||
I frequently need to execute random commands in my shell. To achieve it I pause |
I frequently need to execute random commands in my shell. To achieve it I pause |
||||||
Vim by pressing Ctrl-z, type command and press fg<Enter> to switch back to Vim. |
Vim by pressing Ctrl-z, type command and press fg<Enter> to switch back to Vim. |
||||||
The fg part really hurts me. I just wanted to hit Ctrl-z once again to get back |
The fg part really hurts me. I just wanted to hit Ctrl-z once again to get back |
||||||
to Vim. I could not find a solution, so I developed one on my own that |
to Vim. I could not find a solution, so I developed one on my own that |
||||||
works wonderfully with ZSH. |
works wonderfully with ZSH. |
||||||
|
|
||||||
Source: http://sheerun.net/2014/03/21/how-to-boost-your-vim-productivity/ |
Source: http://sheerun.net/2014/03/21/how-to-boost-your-vim-productivity/ |
||||||
|
|
||||||
Credits: |
Credits: |
||||||
- original idea by @sheerun |
- original idea by @sheerun |
||||||
- added to OMZ by @mbologna |
- added to OMZ by @mbologna |
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@ |
|||||||
This plugin prompts the status of the Vagrant VMs. It supports single-host and |
This plugin prompts the status of the Vagrant VMs. It supports single-host and |
||||||
multi-host configurations as well. |
multi-host configurations as well. |
||||||
|
|
||||||
Look inside the source for documentation about custom variables. |
Look inside the source for documentation about custom variables. |
||||||
|
|
||||||
Alberto Re <alberto.re@gmail.com> |
Alberto Re <alberto.re@gmail.com> |
||||||
|
|||||||
Loading…
Reference in new issue