mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-21 23:13:09 +01:00
Adds heading section to alias files
This commit is contained in:
parent
7b488b572e
commit
1112a434ae
@ -1,5 +1,10 @@
|
|||||||
# ZSH aliases for common Flutter + Dart dev commands
|
|
||||||
# Inspired by ohmyzsh/flutter and hadenlabs/zsh-flutter
|
######################################################################
|
||||||
|
# ZSH aliases for common Flutter + Dart dev commands #
|
||||||
|
# Inspired by ohmyzsh/flutter and hadenlabs/zsh-flutter #
|
||||||
|
# #
|
||||||
|
# Licensed under MIT (C) Alicia Sykes 2022 <https://aliciasykes.com> #
|
||||||
|
######################################################################
|
||||||
|
|
||||||
# Main fultter command
|
# Main fultter command
|
||||||
alias fl="flutter"
|
alias fl="flutter"
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
# List of ZSH aliases for common git commands
|
|
||||||
# Licensed under MIT - (C) Alicia Sykes, 2022 <https://aliciasykes.com>
|
######################################################################
|
||||||
|
# ZSH aliases and helper functions for working with Git #
|
||||||
|
# #
|
||||||
|
# Licensed under MIT (C) Alicia Sykes 2022 <https://aliciasykes.com> #
|
||||||
|
######################################################################
|
||||||
|
|
||||||
# Basics
|
# Basics
|
||||||
alias g="git"
|
alias g="git"
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
|
|
||||||
# ZSH helper utils, and aliases for Node.js development (yarn, npn, nvm, node)
|
|
||||||
|
######################################################################
|
||||||
|
# ZSH aliases and helper functions for Node.js / web development #
|
||||||
|
# Includes aliases for yarn, npn, nvm, npx, node, react, etc #
|
||||||
|
# #
|
||||||
|
# Licensed under MIT (C) Alicia Sykes 2022 <https://aliciasykes.com> #
|
||||||
|
######################################################################
|
||||||
|
|
||||||
# Yarn - Project commands
|
# Yarn - Project commands
|
||||||
alias ys='yarn start'
|
alias ys='yarn start'
|
||||||
|
Loading…
Reference in New Issue
Block a user