mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 15:34:50 +08:00
Compare commits
3 Commits
829c579c91
...
0273da5703
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0273da5703 | ||
|
|
f84341c574 | ||
|
|
f926bfc505 |
@ -117,7 +117,7 @@ function _omz_git_prompt_status() {
|
||||
fi
|
||||
|
||||
# For each status prefix, do a regex comparison
|
||||
for status_prefix in ${(k)prefix_constant_map}; do
|
||||
for status_prefix in "${(@k)prefix_constant_map}"; do
|
||||
local status_constant="${prefix_constant_map[$status_prefix]}"
|
||||
local status_regex=$'(^|\n)'"$status_prefix"
|
||||
|
||||
|
||||
@ -79,6 +79,7 @@ alias rsp='rails server --port'
|
||||
alias rsts='rails stats'
|
||||
alias rt='rails test'
|
||||
alias rta='rails test:all'
|
||||
alias rts='rails --tasks'
|
||||
alias ru='rails runner'
|
||||
|
||||
# Foreman aliases
|
||||
|
||||
Loading…
Reference in New Issue
Block a user