diff --git a/zsh/zsh.d/30-prompt.zsh b/zsh/zsh.d/30-prompt.zsh index f2d54e4..6494d3b 100644 --- a/zsh/zsh.d/30-prompt.zsh +++ b/zsh/zsh.d/30-prompt.zsh @@ -1,4 +1,4 @@ -fpath=(`dirname $0`/prompts $fpath) +fpath=($0:h/prompts $fpath) autoload -U promptinit;promptinit diff --git a/zsh/zsh.d/Linux/50-linux.zsh b/zsh/zsh.d/Linux/50-linux.zsh index e8a2cb0..7f65315 100644 --- a/zsh/zsh.d/Linux/50-linux.zsh +++ b/zsh/zsh.d/Linux/50-linux.zsh @@ -1,8 +1,11 @@ # Linux -if [ -f /etc/dir_colors ]; then - eval `dircolors /etc/dir_colors` -else - eval `dircolors` + +if which dircolors > /dev/null; then + if [ -f /etc/dir_colors ]; then + eval `dircolors /etc/dir_colors` + else + eval `dircolors` + fi fi alias ls='LANG=C ls -F --color=auto --group-directories-first' diff --git a/zsh/zsh.d/prompts/prompt_minimal_setup.zwc b/zsh/zsh.d/prompts/prompt_minimal_setup.zwc new file mode 100644 index 0000000..2df6093 Binary files /dev/null and b/zsh/zsh.d/prompts/prompt_minimal_setup.zwc differ diff --git a/zsh/zsh.d/prompts/prompt_niceOld_setup.zwc b/zsh/zsh.d/prompts/prompt_niceOld_setup.zwc new file mode 100644 index 0000000..0e1070f Binary files /dev/null and b/zsh/zsh.d/prompts/prompt_niceOld_setup.zwc differ diff --git a/zsh/zsh.d/prompts/prompt_nice_setup.zwc b/zsh/zsh.d/prompts/prompt_nice_setup.zwc new file mode 100644 index 0000000..c63e906 Binary files /dev/null and b/zsh/zsh.d/prompts/prompt_nice_setup.zwc differ diff --git a/zsh/zsh.d/prompts/prompt_plain_setup.zwc b/zsh/zsh.d/prompts/prompt_plain_setup.zwc new file mode 100644 index 0000000..cfc0c2d Binary files /dev/null and b/zsh/zsh.d/prompts/prompt_plain_setup.zwc differ diff --git a/zsh/zsh.d/prompts/prompt_server_setup.zwc b/zsh/zsh.d/prompts/prompt_server_setup.zwc new file mode 100644 index 0000000..534338c Binary files /dev/null and b/zsh/zsh.d/prompts/prompt_server_setup.zwc differ diff --git a/zsh/zsh.d/zshfunctions/bak.zwc b/zsh/zsh.d/zshfunctions/bak.zwc new file mode 100644 index 0000000..6552234 Binary files /dev/null and b/zsh/zsh.d/zshfunctions/bak.zwc differ diff --git a/zsh/zsh.d/zshfunctions/cdb.zwc b/zsh/zsh.d/zshfunctions/cdb.zwc new file mode 100644 index 0000000..ba28fbe Binary files /dev/null and b/zsh/zsh.d/zshfunctions/cdb.zwc differ diff --git a/zsh/zsh.d/zshfunctions/dust.zwc b/zsh/zsh.d/zshfunctions/dust.zwc new file mode 100644 index 0000000..c830942 Binary files /dev/null and b/zsh/zsh.d/zshfunctions/dust.zwc differ diff --git a/zsh/zsh.d/zshfunctions/fancyTerm.zwc b/zsh/zsh.d/zshfunctions/fancyTerm.zwc new file mode 100644 index 0000000..0c1d3e5 Binary files /dev/null and b/zsh/zsh.d/zshfunctions/fancyTerm.zwc differ diff --git a/zsh/zsh.d/zshfunctions/hdu.zwc b/zsh/zsh.d/zshfunctions/hdu.zwc new file mode 100644 index 0000000..62e3884 Binary files /dev/null and b/zsh/zsh.d/zshfunctions/hdu.zwc differ diff --git a/zsh/zsh.d/zshfunctions/hist.zwc b/zsh/zsh.d/zshfunctions/hist.zwc new file mode 100644 index 0000000..a82075d Binary files /dev/null and b/zsh/zsh.d/zshfunctions/hist.zwc differ diff --git a/zsh/zsh.d/zshfunctions/repo_char.zwc b/zsh/zsh.d/zshfunctions/repo_char.zwc new file mode 100644 index 0000000..4ad4db8 Binary files /dev/null and b/zsh/zsh.d/zshfunctions/repo_char.zwc differ