mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Updated plugins
This commit is contained in:
parent
dad0be3b2d
commit
9024d58716
1 changed files with 7 additions and 5 deletions
|
|
@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh
|
|||
# Look in ~/.oh-my-zsh/themes/
|
||||
# Optionally, if you set this to "random", it'll load a random theme each
|
||||
# time that oh-my-zsh is loaded.
|
||||
ZSH_THEME="tjkirch"
|
||||
ZSH_THEME="agnoster"
|
||||
|
||||
# Example aliases
|
||||
# alias zshconfig="mate ~/.zshrc"
|
||||
|
|
@ -37,7 +37,7 @@ COMPLETION_WAITING_DOTS="true"
|
|||
# much faster.
|
||||
# DISABLE_UNTRACKED_FILES_DIRTY="true"
|
||||
|
||||
# Uncomment following line if you want to shown in the command execution time stamp
|
||||
# Uncomment following line if you want to shown in the command execution time stamp
|
||||
# in the history command output. The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|
|
||||
# yyyy-mm-dd
|
||||
# HIST_STAMPS="mm/dd/yyyy"
|
||||
|
|
@ -45,7 +45,10 @@ COMPLETION_WAITING_DOTS="true"
|
|||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
plugins=(git bundler gem web-search rails ruby sprunge pip lol git-flow history-substring-search)
|
||||
# plugins=(git bundler gem web-search rails ruby sprunge pip lol git-flow history-substring-search urltools themes copyfile copydir colored-man autoenv)
|
||||
|
||||
# Plugins if is OSX
|
||||
plugins=(git bundler gem web-search rails ruby sprunge pip lol git-flow history-substring-search urltools themes copyfile copydir colored-man autoenv brew osx terminalapp forklift sublime)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
|
|
@ -55,7 +58,7 @@ alias ll='ls -alh'
|
|||
alias l='ll'
|
||||
alias la='ls -Alh'
|
||||
|
||||
export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
export PATH="/Users/Spencevail/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
|
||||
# export MANPATH="/usr/local/man:$MANPATH"
|
||||
|
||||
# # Preferred editor for local and remote sessions
|
||||
|
|
@ -70,4 +73,3 @@ export PATH=$HOME/bin:/usr/local/bin:$PATH
|
|||
|
||||
# ssh
|
||||
# export SSH_KEY_PATH="~/.ssh/dsa_id"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue