mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
Add alias for prune and remove vebosity from boot
This commit is contained in:
parent
f90cbc2de9
commit
bba516d580
2 changed files with 14 additions and 12 deletions
|
|
@ -9,7 +9,7 @@ _spryker_sdk () {
|
|||
}
|
||||
|
||||
_spryker_sdk_boot () {
|
||||
echo "$(_spryker) boot -v"
|
||||
echo "$(_spryker) boot"
|
||||
}
|
||||
|
||||
_spryker_sdk_console () {
|
||||
|
|
@ -45,3 +45,4 @@ alias spkup='spk up --build --assets --data'
|
|||
alias spkcli='spk cli'
|
||||
alias spkcc='spk clean && spk clean-data'
|
||||
alias spkl='spk logs'
|
||||
alias spkp='spk prune'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue