zsh: Split ls colors by OS
This commit is contained in:
parent
1395373faf
commit
18ca34744d
7 changed files with 17 additions and 4 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
# Lines configured by zsh-newuser-install
|
||||
HISTFILE=~/.config/zsh/histfile
|
||||
HISTSIZE=1000000
|
||||
|
|
@ -85,12 +87,13 @@ function precmd () {
|
|||
|
||||
source $HOME/.config/zsh/j.sh
|
||||
|
||||
# ls colors
|
||||
eval $(dircolors $HOME/.config/zsh/dircolors.256dark)
|
||||
|
||||
autoload -U select-word-style
|
||||
select-word-style bash
|
||||
|
||||
which direnv > /dev/null && eval "$(direnv hook zsh)" || true
|
||||
|
||||
setopt interactivecomments
|
||||
|
||||
if [ -f "$HOME/.config/zsh/os.zshrc" ]; then
|
||||
source "$HOME/.config/zsh/os.zshrc"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue