Change name of the only config file to main
This commit is contained in:
parent
83af7efff9
commit
892c27637a
2 changed files with 2 additions and 2 deletions
|
@ -3,4 +3,4 @@
|
|||
#
|
||||
|
||||
export IONRCDIR=$HOME/.config/ion
|
||||
source $IONRCDIR/rc.ion
|
||||
source $IONRCDIR/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
|
||||
|
Loading…
Add table
Reference in a new issue