Add 'f' function
Adds 'f' function as a wrapper around 'fin' (the Docksal CLI) and removes the previous alias.
This commit is contained in:
parent
6b7a7ea5a7
commit
0054c9a7b7
2 changed files with 9 additions and 3 deletions
|
@ -30,9 +30,6 @@ alias yp="yarn prod"
|
|||
alias ys="yarn serve"
|
||||
alias yw="yarn watch"
|
||||
|
||||
# Docksal
|
||||
alias f="fin"
|
||||
|
||||
# Shorter Git commands.
|
||||
alias add='git add'
|
||||
alias amend='git commit --amend'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue