diff options
Diffstat (limited to 'templates/zshrc.zsh-template')
| -rw-r--r-- | templates/zshrc.zsh-template | 17 | 
1 files changed, 9 insertions, 8 deletions
| diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 2f39308a9..966d7a975 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -1,10 +1,12 @@ +# 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=$HOME/.oh-my-zsh -# Set name of the theme to load. -# 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. +# 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. +# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes  ZSH_THEME="robbyrussell"  # Set list of themes to load @@ -58,13 +60,12 @@ ZSH_THEME="robbyrussell"  # Add wisely, as too many plugins slow down shell startup.  plugins=(git) +source $ZSH/oh-my-zsh.sh +  # User configuration -export PATH=$HOME/bin:/usr/local/bin:$PATH  # export MANPATH="/usr/local/man:$MANPATH" -source $ZSH/oh-my-zsh.sh -  # You may need to manually set your language environment  # export LANG=en_US.UTF-8 @@ -79,7 +80,7 @@ source $ZSH/oh-my-zsh.sh  # export ARCHFLAGS="-arch x86_64"  # ssh -# export SSH_KEY_PATH="~/.ssh/dsa_id" +# export SSH_KEY_PATH="~/.ssh/rsa_id"  # Set personal aliases, overriding those provided by oh-my-zsh libs,  # plugins, and themes. Aliases can be placed here, though oh-my-zsh | 
