From 892c27637a2e8d0be5d6b37dae8b003d6e34f310 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Sun, 15 Dec 2019 02:01:17 +0100 Subject: [PATCH] Change name of the only config file to main --- .config/ion/initrc | 2 +- .config/ion/{rc.ion => main.ion} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .config/ion/{rc.ion => main.ion} (84%) diff --git a/.config/ion/initrc b/.config/ion/initrc index b2923c1..34e4f57 100644 --- a/.config/ion/initrc +++ b/.config/ion/initrc @@ -3,4 +3,4 @@ # export IONRCDIR=$HOME/.config/ion -source $IONRCDIR/rc.ion +source $IONRCDIR/main.ion diff --git a/.config/ion/rc.ion b/.config/ion/main.ion similarity index 84% rename from .config/ion/rc.ion rename to .config/ion/main.ion index 55cbe34..8521ded 100644 --- a/.config/ion/rc.ion +++ b/.config/ion/main.ion @@ -14,7 +14,7 @@ fn parse_branch scm end fn PROMPT - echo "${c::yellow}$(date '+%A %F %R') ${c::reset}${c::cyan}$(whoami)\@$(hostname): ${c::reset}$PWD ${c::green}$(parse_branch git)${c::magenta}$(parse_branch fossil)" + echo "${c::magenta}$(date '+%A %F %R') ${c::yellow}$(whoami)\@$(hostname): ${c::reset}$PWD ${c::green}$(parse_branch git)${c::magenta}$(parse_branch fossil)" echo -n "${c::reset}-$ " end