commit change
This commit is contained in:
commit
15430a631d
1 changed files with 5 additions and 0 deletions
|
@ -146,6 +146,11 @@ if command -v hugo >/dev/null 2>&1
|
|||
alias hs='hugo server -D --noHTTPCache --disableFastRender'
|
||||
end
|
||||
|
||||
# ─< c stands for bin/cake >──────────────────────────────────────────────────────────────
|
||||
alias cake='bin/cake'
|
||||
alias c='cake'
|
||||
alias cs='c server -p 1313'
|
||||
|
||||
# ─< VSCodium >─────────────────────────────────────────────────────────────────────────────
|
||||
if command -v codium >/dev/null 2>&1
|
||||
alias code="codium"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue