cake alias
This commit is contained in:
parent
1ed4f0e147
commit
b5723a70e1
1 changed files with 37 additions and 33 deletions
|
@ -146,6 +146,11 @@ if command -v hugo >/dev/null 2>&1
|
||||||
alias hs='hugo server -D --noHTTPCache --disableFastRender'
|
alias hs='hugo server -D --noHTTPCache --disableFastRender'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# ─< c stands for bin/cake >──────────────────────────────────────────────────────────────
|
||||||
|
alias cake='bin/cake'
|
||||||
|
alias c='cake'
|
||||||
|
alias cs='c server -p 1313'
|
||||||
|
|
||||||
# ─< VSCodium >─────────────────────────────────────────────────────────────────────────────
|
# ─< VSCodium >─────────────────────────────────────────────────────────────────────────────
|
||||||
if command -v codium >/dev/null 2>&1
|
if command -v codium >/dev/null 2>&1
|
||||||
alias code="codium"
|
alias code="codium"
|
||||||
|
@ -158,8 +163,7 @@ if test -d $HOME/.local/share/neovide/
|
||||||
if command -v neovide >/dev/null 2>&1
|
if command -v neovide >/dev/null 2>&1
|
||||||
alias nvim='neovide --fork'
|
alias nvim='neovide --fork'
|
||||||
else
|
else
|
||||||
set -p neovide (bash -c 'find $HOME/ -name *neovide*.appimage') || set -p neovide "neovide" || exit 1
|
set -p neovide (bash -c 'find $HOME/ -name *neovide*.appimage') || set -p neovide neovide || exit 1
|
||||||
alias nvim="$neovide"
|
alias nvim="$neovide"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue