fix: path
This commit is contained in:
parent
35ad9d637a
commit
38612d3271
@ -1,5 +1,6 @@
|
|||||||
p="$ZSH_CUSTOM/plugins/hirakata/"
|
p="$ZSH/plugins/hirakata/"
|
||||||
f=$(cat $p"files/hk_symbols.txt")
|
fh=$(cat $p"files/hira.txt")
|
||||||
|
fk=$(cat $p"files/kata.txt")
|
||||||
|
|
||||||
function hirakata() {
|
function hirakata() {
|
||||||
random_symbol=$(echo "$fh\n$fk" | shuf -n1)
|
random_symbol=$(echo "$fh\n$fk" | shuf -n1)
|
||||||
@ -22,7 +23,7 @@ function hirakata() {
|
|||||||
|
|
||||||
symbol=$(echo $random_symbol | cut -d ' ' -f1)
|
symbol=$(echo $random_symbol | cut -d ' ' -f1)
|
||||||
sound=$(echo $random_symbol | cut -d ' ' -f2)
|
sound=$(echo $random_symbol | cut -d ' ' -f2)
|
||||||
(mpg321 -q $HK/sounds/$sound & ) > /dev/null 2>&1
|
(mpg321 -q $p/sounds/$sound & ) > /dev/null 2>&1
|
||||||
echo -n $symbol
|
echo -n $symbol
|
||||||
|
|
||||||
if [ $romaji -eq 1 ]; then
|
if [ $romaji -eq 1 ]; then
|
||||||
|
@ -83,7 +83,7 @@ CRUNCH_PROMPT="$CRUNCH_BRACKET_COLOR➭ "
|
|||||||
|
|
||||||
# Put it all together!
|
# Put it all together!
|
||||||
precmd() {
|
precmd() {
|
||||||
PROMPT="${CL_BROWN}%(!.#.❆)%{$reset_color%} $CRUNCH_DIR_$(hirakata)$CRUNCH_PROMPT%{$reset_color%}"
|
PROMPT="${CL_BROWN}%(!.#.❆)%{$reset_color%} $CRUNCH_DIR_$(hirakata romaji) $CRUNCH_PROMPT%{$reset_color%}"
|
||||||
}
|
}
|
||||||
|
|
||||||
RPROMPT="(%(?:${CL_BROWN}:${CL_RED})%T${CL_NORMAL})"
|
RPROMPT="(%(?:${CL_BROWN}:${CL_RED})%T${CL_NORMAL})"
|
||||||
|
Loading…
Reference in New Issue
Block a user