Change name of the only config file to main

This commit is contained in:
Vladan Popovic 2019-12-15 02:01:17 +01:00
parent 83af7efff9
commit 892c27637a
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@
# #
export IONRCDIR=$HOME/.config/ion export IONRCDIR=$HOME/.config/ion
source $IONRCDIR/rc.ion source $IONRCDIR/main.ion

View File

@ -14,7 +14,7 @@ fn parse_branch scm
end end
fn PROMPT 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}-$ " echo -n "${c::reset}-$ "
end end