cake alias
This commit is contained in:
parent
1ed4f0e147
commit
b5723a70e1
1 changed files with 37 additions and 33 deletions
10
aliases.fish
10
aliases.fish
|
@ -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"
|
||||
|
@ -158,8 +163,7 @@ if test -d $HOME/.local/share/neovide/
|
|||
if command -v neovide >/dev/null 2>&1
|
||||
alias nvim='neovide --fork'
|
||||
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"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue