new additions
This commit is contained in:
parent
ed11738887
commit
47e49e3b92
2 changed files with 15 additions and 0 deletions
14
.zsh/misc.zsh
Normal file
14
.zsh/misc.zsh
Normal 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
1
.zshrc
|
@ -9,6 +9,7 @@ setopt path_dirs
|
||||||
setopt prompt_subst
|
setopt prompt_subst
|
||||||
setopt nonomatch
|
setopt nonomatch
|
||||||
setopt automenu
|
setopt automenu
|
||||||
|
setopt prompt_subst
|
||||||
|
|
||||||
#Load libraries
|
#Load libraries
|
||||||
for f in ~/.zsh/*.zsh; do
|
for f in ~/.zsh/*.zsh; do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue