1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-14 19:30:42 +01:00

Add alias for prune and remove vebosity from boot

This commit is contained in:
Schulte, Timmo (IIT-CI/Customer Interaction)
2022-06-14 10:51:19 +02:00
parent f90cbc2de9
commit bba516d580
2 changed files with 14 additions and 12 deletions

View File

@@ -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'