Move unalias to aliases and more env vars
This commit is contained in:
parent
5c2e3da7ec
commit
443034af32
3 changed files with 11 additions and 11 deletions
2
aliases
2
aliases
|
@ -1,3 +1,5 @@
|
|||
unalias -m "*"
|
||||
|
||||
# Safety first
|
||||
alias cp='cp -i'
|
||||
alias mv='mv -i'
|
||||
|
|
12
env
12
env
|
@ -1,3 +1,9 @@
|
|||
DOTFILES=$HOME/.dotfiles
|
||||
GREP_EXCLUDE_DIR="{.git,.sass-cache,artwork,node_modules,vendor}"
|
||||
OS=`uname`
|
||||
export DOTFILES=$HOME/.dotfiles
|
||||
export GREP_EXCLUDE_DIR="{.git,.sass-cache,artwork,node_modules,vendor}"
|
||||
export OS=`uname`
|
||||
|
||||
export CLICOLOR=1
|
||||
export EDITOR=vim
|
||||
export KEYTIMEOUT=1
|
||||
export QUOTING_STYLE=literal
|
||||
export TERM=xterm-256color
|
||||
|
|
8
zshrc
8
zshrc
|
@ -10,14 +10,6 @@ fi
|
|||
|
||||
fpath=($DOTFILES/vendor/zsh-users/zsh-completions/src $fpath)
|
||||
|
||||
unalias -m "*"
|
||||
|
||||
export CLICOLOR=1
|
||||
export EDITOR=vim
|
||||
export KEYTIMEOUT=1
|
||||
export QUOTING_STYLE=literal
|
||||
export TERM=xterm-256color
|
||||
|
||||
HISTFILE=$HOME/.zsh_history
|
||||
HISTSIZE=10000
|
||||
SAVEHIST=10000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue