diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-07 00:50:51 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-07 00:50:51 +0200 |
commit | 25a4b62dc55a36f80edc926746f01553bf8a245b (patch) | |
tree | e734746327d282d9871b925f846b8003aa187439 /etc/completion | |
parent | 1ae1f754c4312a77ba6e94dc5c9d65778ad0c8f9 (diff) |
finished the linux: stuff
Diffstat (limited to 'etc/completion')
-rw-r--r-- | etc/completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/completion b/etc/completion index 9a1f84f..f3d0141 100644 --- a/etc/completion +++ b/etc/completion @@ -1,6 +1,6 @@ ## vim:ft=zsh -[ $uname = Linux ] && zstyle ':completion:*' list-colors $(dircolors $HOME/packages/zsh/etc/dircolors | head -n 1 | sed -r 's/LS_COLORS=|;$//g') +linux: zstyle ':completion:*' list-colors $(dircolors $HOME/packages/zsh/etc/dircolors | head -n 1 | sed -r 's/LS_COLORS=|;$//g') # Mark the current selection when tabbing through possible completions zstyle ':completion:*' menu select=1 # Also complete uppercase names with lowercase |