···11+# Path to your oh-my-zsh installation.
22+export ZSH=/home/sharparam/.oh-my-zsh
33+44+# Set name of the theme to load.
55+# Look in ~/.oh-my-zsh/themes/
66+# Optionally, if you set this to "random", it'll load a random theme each
77+# time that oh-my-zsh is loaded.
88+ZSH_THEME="robbyrussell"
99+1010+# Uncomment the following line to use case-sensitive completion.
1111+# CASE_SENSITIVE="true"
1212+1313+# Uncomment the following line to use hyphen-insensitive completion. Case
1414+# sensitive completion must be off. _ and - will be interchangeable.
1515+# HYPHEN_INSENSITIVE="true"
1616+1717+# Uncomment the following line to disable bi-weekly auto-update checks.
1818+# DISABLE_AUTO_UPDATE="true"
1919+2020+# Uncomment the following line to change how often to auto-update (in days).
2121+# export UPDATE_ZSH_DAYS=13
2222+2323+# Uncomment the following line to disable colors in ls.
2424+# DISABLE_LS_COLORS="true"
2525+2626+# Uncomment the following line to disable auto-setting terminal title.
2727+# DISABLE_AUTO_TITLE="true"
2828+2929+# Uncomment the following line to enable command auto-correction.
3030+# ENABLE_CORRECTION="true"
3131+3232+# Uncomment the following line to display red dots whilst waiting for completion.
3333+# COMPLETION_WAITING_DOTS="true"
3434+3535+# Uncomment the following line if you want to disable marking untracked files
3636+# under VCS as dirty. This makes repository status check for large repositories
3737+# much, much faster.
3838+# DISABLE_UNTRACKED_FILES_DIRTY="true"
3939+4040+# Uncomment the following line if you want to change the command execution time
4141+# stamp shown in the history command output.
4242+# The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
4343+# HIST_STAMPS="mm/dd/yyyy"
4444+4545+# Would you like to use another custom folder than $ZSH/custom?
4646+# ZSH_CUSTOM=/path/to/new-custom-folder
4747+4848+# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
4949+# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
5050+# Example format: plugins=(rails git textmate ruby lighthouse)
5151+# Add wisely, as too many plugins slow down shell startup.
5252+plugins=(git)
5353+5454+# User configuration
5555+5656+export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
5757+# export MANPATH="/usr/local/man:$MANPATH"
5858+5959+source $ZSH/oh-my-zsh.sh
6060+6161+# You may need to manually set your language environment
6262+# export LANG=en_US.UTF-8
6363+6464+# Preferred editor for local and remote sessions
6565+# if [[ -n $SSH_CONNECTION ]]; then
6666+# export EDITOR='vim'
6767+# else
6868+# export EDITOR='mvim'
6969+# fi
7070+7171+# Compilation flags
7272+# export ARCHFLAGS="-arch x86_64"
7373+7474+# ssh
7575+# export SSH_KEY_PATH="~/.ssh/dsa_id"
7676+7777+# Set personal aliases, overriding those provided by oh-my-zsh libs,
7878+# plugins, and themes. Aliases can be placed here, though oh-my-zsh
7979+# users are encouraged to define aliases within the ZSH_CUSTOM folder.
8080+# For a full list of active aliases, run `alias`.
8181+#
8282+# Example aliases
8383+# alias zshconfig="mate ~/.zshrc"
8484+# alias ohmyzsh="mate ~/.oh-my-zsh"
8585+8686+#alias cowfortune="fortune | cowsay"
8787+8888+cowfortune()
8989+{
9090+ fortune $@ | cowsay
9191+}
9292+9393+fortune | cowsay
9494+9595+. /usr/share/powerline/bindings/zsh/powerline.zsh
9696+9797+eval "$(thefuck --alias)"
9898+9999+launch()
100100+{
101101+ nohup $@ >&/dev/null &
102102+}
103103+104104+[ -s "/home/sharparam/.dnx/dnvm/dnvm.sh" ] && . "/home/sharparam/.dnx/dnvm/dnvm.sh" # Load dnvm