mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] Add alias for Laravel Sail
This commit is contained in:
parent
769ba25d70
commit
b24ab44922
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
alias welcome="welcome --extra-logos-dir $K_ZSH_DOTFILES/../script-resources/welcome/logos"
|
||||
alias markdown2htmldoc="$K_ZSH_DOTFILES/../scripts/markdown2htmldoc"
|
||||
alias mediawiki-preview="$K_ZSH_DOTFILES/../scripts/mediawiki-preview"
|
||||
alias sail='[ -f sail ] && sh sail || sh vendor/bin/sail'
|
||||
|
||||
if (( _is_macos )); then
|
||||
if command_exists exa; then
|
||||
|
|
Loading…
Reference in a new issue