add commands
This commit is contained in:
parent
f1559fad9e
commit
bf2316630e
1 changed files with 3 additions and 1 deletions
4
.zshrc
4
.zshrc
|
@ -1,7 +1,7 @@
|
|||
# If you come from bash you might have to change your $PATH.
|
||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH="/Users/jan/.oh-my-zsh"
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
|
||||
# Set name of the theme to load. Optionally, if you set this to "random"
|
||||
# it'll load a random theme each time that oh-my-zsh is loaded.
|
||||
|
@ -60,6 +60,8 @@ ZSH_THEME="agnoster"
|
|||
plugins=(
|
||||
git
|
||||
pip
|
||||
docker
|
||||
command-not-found
|
||||
screen
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue