dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 157ed974732b1da1573f0bb0fd483b78482b958c
parent 86ffcaa276915b08460282abd066c0099b85e734
Author: dudley <root@pyratebeard.net>
Date:   Fri, 14 Jul 2017 20:16:19 +0100

seperate prompt file for easy switching. current minimal_prompt

Diffstat:
Azsh/.zsh/prompt.zsh | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/zsh/.zsh/prompt.zsh b/zsh/.zsh/prompt.zsh @@ -0,0 +1,14 @@ +# '########::'######::'##::::'##: +# ..... ##::'##... ##: ##:::: ##: +# :::: ##::: ##:::..:: ##:::: ##: +# ::: ##::::. ######:: #########: +# :: ##::::::..... ##: ##.... ##: +# : ##::::::'##::: ##: ##:::: ##: +# ########:. ######:: ##:::: ##: +# ........:::......:::..:::::..:: +# +# AUTHOR pyratebeard <root@pyratebeard.net> +# CODE http://github.com/pyratebeard/dotfiles +# +# Minimal prompt +PROMPT='%F{cyan}${USERNAME}@%F{white}[archee] : %~# '