From e6ae63063f8b3bfc7e741dbd81abb9fddd9304b9 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 8 Aug 2018 18:05:04 -0500 Subject: [PATCH] zshrc: Move to .local/bin --- .zshrc | 40 +--------------------------------------- 1 file changed, 1 insertion(+), 39 deletions(-) mode change 100644 => 120000 .zshrc diff --git a/.zshrc b/.zshrc deleted file mode 100644 index 27f943c5..00000000 --- a/.zshrc +++ /dev/null @@ -1,39 +0,0 @@ -if [[ -f "/etc/profile" ]]; then - source /etc/profile 2>& /dev/null -fi -export ZSH=/home/salt/.oh-my-zsh -export LANG="en_US.UTF-8" - -#CASE_SENSITIVE="true" -#HYPHEN_INSENSITIVE="true" -DISABLE_AUTO_UPDATE="true" -#DISABLE_AUTO_TITLE="true" -#ENABLE_CORRECTION="true" -#COMPLETION_WAITING_DOTS="true" -#DISABLE_UNTRACKED_FILES_DIRTY="true" -ZSH_CUSTOM="$HOME/.omzcustom" -ZSH_THEME="salt" - -# 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) -# Add wisely, as too many plugins slow down shell startup. -plugins=(git) - -DEFAULT_USER=salt -HISTFILE=~/.histfile -HISTSIZE=1000 -SAVEHIST=1000 - -setopt appendhistory autocd extendedglob nomatch -unsetopt beep notify -bindkey -v -zstyle :compinstall filename '/home/salt/.zshrc' -autoload -Uz compinit -compinit - -source $ZSH/oh-my-zsh.sh - -if [[ -f "$HOME/.profile" ]]; then - source "$HOME/.profile" 2>& /dev/null -fi diff --git a/.zshrc b/.zshrc new file mode 120000 index 00000000..b06ee911 --- /dev/null +++ b/.zshrc @@ -0,0 +1 @@ +.local/bin/shrc/zshrc \ No newline at end of file