2016-06-16 21:14:51 +02:00
|
|
|
# If you come from bash you might have to change your $PATH.
|
|
|
|
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
|
|
|
|
2014-03-23 14:47:10 +01:00
|
|
|
# Path to your oh-my-zsh installation.
|
2011-10-05 05:57:48 +02:00
|
|
|
export ZSH=$HOME/.oh-my-zsh
|
2009-08-28 20:14:17 +02:00
|
|
|
|
2018-08-29 20:50:52 +02:00
|
|
|
# Set name of the theme to load --- if set to "random", it will
|
|
|
|
# load a random theme each time oh-my-zsh is loaded, in which case,
|
|
|
|
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
2019-11-21 02:26:18 +01:00
|
|
|
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
|
2010-12-01 18:07:28 +01:00
|
|
|
ZSH_THEME="robbyrussell"
|
2009-08-31 16:45:31 +02:00
|
|
|
|
2018-08-29 20:50:52 +02:00
|
|
|
# Set list of themes to pick from when loading at random
|
|
|
|
# Setting this variable when ZSH_THEME=random will cause zsh to load
|
2020-05-23 17:22:09 +02:00
|
|
|
# a theme from this variable instead of looking in $ZSH/themes/
|
2018-08-29 20:50:52 +02:00
|
|
|
# If set to an empty array, this variable will have no effect.
|
2015-12-01 06:03:00 +01:00
|
|
|
# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" )
|
2015-12-01 05:50:55 +01:00
|
|
|
|
2014-03-24 15:24:04 +01:00
|
|
|
# Uncomment the following line to use case-sensitive completion.
|
2010-12-01 18:07:28 +01:00
|
|
|
# CASE_SENSITIVE="true"
|
2009-10-07 22:01:52 +02:00
|
|
|
|
2018-08-29 20:50:52 +02:00
|
|
|
# Uncomment the following line to use hyphen-insensitive completion.
|
|
|
|
# Case-sensitive completion must be off. _ and - will be interchangeable.
|
2015-05-02 00:10:45 +02:00
|
|
|
# HYPHEN_INSENSITIVE="true"
|
|
|
|
|
2021-10-06 10:04:30 +02:00
|
|
|
# Uncomment one of the following lines to change the auto-update behavior
|
2021-09-30 17:20:22 +02:00
|
|
|
# zstyle ':omz:update' mode disabled # disable automatic updates
|
|
|
|
# zstyle ':omz:update' mode auto # update automatically without asking
|
2021-09-30 17:22:04 +02:00
|
|
|
# zstyle ':omz:update' mode reminder # just remind me to update when it's time
|
2017-02-18 11:31:36 +01:00
|
|
|
|
2014-03-24 15:24:04 +01:00
|
|
|
# Uncomment the following line to change how often to auto-update (in days).
|
2021-09-30 17:20:22 +02:00
|
|
|
# zstyle ':omz:update' frequency 13
|
2012-11-26 20:35:16 +01:00
|
|
|
|
2019-05-11 13:42:38 +02:00
|
|
|
# Uncomment the following line if pasting URLs and other text is messed up.
|
2020-07-06 17:12:00 +02:00
|
|
|
# DISABLE_MAGIC_FUNCTIONS="true"
|
2019-05-11 13:42:38 +02:00
|
|
|
|
2014-03-24 15:24:04 +01:00
|
|
|
# Uncomment the following line to disable colors in ls.
|
2010-12-01 18:07:28 +01:00
|
|
|
# DISABLE_LS_COLORS="true"
|
2009-09-24 02:12:19 +02:00
|
|
|
|
2014-03-24 15:24:04 +01:00
|
|
|
# Uncomment the following line to disable auto-setting terminal title.
|
2010-12-01 18:07:28 +01:00
|
|
|
# DISABLE_AUTO_TITLE="true"
|
2011-03-24 05:20:08 +01:00
|
|
|
|
2014-04-09 12:32:42 +02:00
|
|
|
# Uncomment the following line to enable command auto-correction.
|
|
|
|
# ENABLE_CORRECTION="true"
|
2012-07-28 00:25:15 +02:00
|
|
|
|
2014-03-24 15:24:04 +01:00
|
|
|
# Uncomment the following line to display red dots whilst waiting for completion.
|
2020-11-05 11:40:45 +01:00
|
|
|
# You can also set it to another string to have that shown instead of the default red dots.
|
|
|
|
# e.g. COMPLETION_WAITING_DOTS="%F{yellow}waiting...%f"
|
|
|
|
# Caution: this setting can cause issues with multiline prompts in zsh < 5.7.1 (see #5765)
|
2011-08-31 05:56:13 +02:00
|
|
|
# COMPLETION_WAITING_DOTS="true"
|
2011-07-23 23:34:02 +02:00
|
|
|
|
2014-03-24 15:24:04 +01:00
|
|
|
# Uncomment the following line if you want to disable marking untracked files
|
|
|
|
# under VCS as dirty. This makes repository status check for large repositories
|
|
|
|
# much, much faster.
|
2013-04-22 10:59:08 +02:00
|
|
|
# DISABLE_UNTRACKED_FILES_DIRTY="true"
|
|
|
|
|
2014-03-24 15:24:04 +01:00
|
|
|
# Uncomment the following line if you want to change the command execution time
|
|
|
|
# stamp shown in the history command output.
|
2018-07-13 13:14:15 +02:00
|
|
|
# You can set one of the optional three formats:
|
|
|
|
# "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
|
|
|
|
# or set a custom format using the strftime function format specifications,
|
|
|
|
# see 'man strftime' for details.
|
2013-06-30 14:46:10 +02:00
|
|
|
# HIST_STAMPS="mm/dd/yyyy"
|
|
|
|
|
2014-03-23 14:45:55 +01:00
|
|
|
# Would you like to use another custom folder than $ZSH/custom?
|
|
|
|
# ZSH_CUSTOM=/path/to/new-custom-folder
|
|
|
|
|
2018-08-29 20:50:52 +02:00
|
|
|
# Which plugins would you like to load?
|
2020-05-23 17:22:09 +02:00
|
|
|
# Standard plugins can be found in $ZSH/plugins/
|
|
|
|
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
2010-06-03 21:05:12 +02:00
|
|
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
2013-12-21 16:21:34 +01:00
|
|
|
# Add wisely, as too many plugins slow down shell startup.
|
2019-01-20 20:31:23 +01:00
|
|
|
plugins=(git)
|
2010-06-03 21:05:12 +02:00
|
|
|
|
2016-06-16 21:14:51 +02:00
|
|
|
source $ZSH/oh-my-zsh.sh
|
|
|
|
|
2012-04-23 23:03:26 +02:00
|
|
|
# User configuration
|
|
|
|
|
|
|
|
# export MANPATH="/usr/local/man:$MANPATH"
|
|
|
|
|
2014-03-23 14:39:38 +01:00
|
|
|
# You may need to manually set your language environment
|
|
|
|
# export LANG=en_US.UTF-8
|
|
|
|
|
2014-03-24 15:24:04 +01:00
|
|
|
# Preferred editor for local and remote sessions
|
2012-04-23 23:03:26 +02:00
|
|
|
# if [[ -n $SSH_CONNECTION ]]; then
|
|
|
|
# export EDITOR='vim'
|
|
|
|
# else
|
|
|
|
# export EDITOR='mvim'
|
|
|
|
# fi
|
|
|
|
|
|
|
|
# Compilation flags
|
|
|
|
# export ARCHFLAGS="-arch x86_64"
|
|
|
|
|
2014-05-16 17:46:48 +02:00
|
|
|
# Set personal aliases, overriding those provided by oh-my-zsh libs,
|
|
|
|
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
|
|
|
|
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
|
|
|
|
# For a full list of active aliases, run `alias`.
|
|
|
|
#
|
|
|
|
# Example aliases
|
|
|
|
# alias zshconfig="mate ~/.zshrc"
|
|
|
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|