Skip to content

Commit

Permalink
fix ion config
Browse files Browse the repository at this point in the history
  • Loading branch information
slme9364 committed Jun 16, 2018
1 parent 2034d0c commit 05fc247
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ion/initrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ export LANG=ja_JP.UTF-8
export PATH=$HOME/go/bin:/home/linuxbrew/.linuxbrew/bin:$HOME/.cargo/bin:$HOME/.zplug/bin:$HOME/bin:$HOME/.rbenv/bin:$HOME/.local/bin:$PATH
export GOPATH=$HOME/go

# History Configuration
let HISTORY_IGNORE = [ no_such_command ]

# Prompt Configuration
fn PROMPT
echo -n "${c::0x55,bold}[${USER}]${c::default} ${c::0x4B}${SWD}${c::default}"
Expand All @@ -16,7 +19,7 @@ fn PROMPT
echo -n "(git)[${git::branch}]"
end
echo ${c::reset}
echo -n "(*'-') <"
echo -n "(*'-') < "
end

# Command not found handler
Expand Down

0 comments on commit 05fc247

Please sign in to comment.