new additions

This commit is contained in:
Stefen Auris 2017-09-20 00:55:27 -04:00
parent ed11738887
commit 47e49e3b92
2 changed files with 15 additions and 0 deletions

14
.zsh/misc.zsh Normal file
View file

@ -0,0 +1,14 @@
# ls colors
autoload -U colors && colors
# # Enable ls colors
export LSCOLORS="Gxfxcxdxbxegedabagacad"
# Take advantage of $LS_COLORS for completion as well.
zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}"
### super user alias
alias _='sudo'
# recognize comments
setopt interactivecomments

1
.zshrc
View file

@ -9,6 +9,7 @@ setopt path_dirs
setopt prompt_subst
setopt nonomatch
setopt automenu
setopt prompt_subst
#Load libraries
for f in ~/.zsh/*.zsh; do