mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 19:22:38 +00:00
Add new fish aliases
This commit is contained in:
parent
152565a0d4
commit
d21a1c9068
2 changed files with 21 additions and 3 deletions
|
|
@ -11,12 +11,13 @@ alias zshrc="nvim ~/.zshrc"
|
||||||
alias fishconfig="cd ~/.config/fish && nvim config.fish && cd -"
|
alias fishconfig="cd ~/.config/fish && nvim config.fish && cd -"
|
||||||
alias nvimconfig="cd ~/.config/nvim && nvim && cd -"
|
alias nvimconfig="cd ~/.config/nvim && nvim && cd -"
|
||||||
|
|
||||||
abbr x86 "arch -x86_64"
|
|
||||||
abbr v "nvim"
|
abbr v "nvim"
|
||||||
|
abbr c "claude"
|
||||||
|
abbr ws "windsurf"
|
||||||
|
abbr lg "lazygit"
|
||||||
abbr p "pnpm"
|
abbr p "pnpm"
|
||||||
abbr pd "pnpm dev"
|
abbr pd "pnpm dev"
|
||||||
abbr px "pnpm dlx"
|
abbr px "pnpm dlx"
|
||||||
abbr lg "lazygit"
|
|
||||||
abbr ns "npm start"
|
abbr ns "npm start"
|
||||||
abbr nrs "npm run serve"
|
abbr nrs "npm run serve"
|
||||||
abbr nrd "npm run dev"
|
abbr nrd "npm run dev"
|
||||||
|
|
@ -25,7 +26,9 @@ abbr venv "source .venv/bin/activate.fish"
|
||||||
abbr lrr "source venv/bin/activate.fish && litestar run --reload"
|
abbr lrr "source venv/bin/activate.fish && litestar run --reload"
|
||||||
abbr gw "gow -e=go,mod,html run ."
|
abbr gw "gow -e=go,mod,html run ."
|
||||||
abbr mw "make watch"
|
abbr mw "make watch"
|
||||||
|
abbr x86 "arch -x86_64"
|
||||||
abbr nobrew "HOMEBREW_NO_AUTO_UPDATE=1 brew"
|
abbr nobrew "HOMEBREW_NO_AUTO_UPDATE=1 brew"
|
||||||
|
abbr gy "git yield"
|
||||||
abbr ghv "gh repo view --web"
|
abbr ghv "gh repo view --web"
|
||||||
abbr pr "gh pr checkout"
|
abbr pr "gh pr checkout"
|
||||||
abbr prc "gh pr create --web"
|
abbr prc "gh pr create --web"
|
||||||
|
|
@ -34,7 +37,6 @@ abbr cloud-push "rsync -auzP --exclude=.DS_Store '/Volumes/Samsung T7/misvaCloud
|
||||||
abbr cloud-pull "rsync -auzP --exclude=.DS_Store ubuntu@cloud.misva.me:~/misvaCloud/ '/Volumes/Samsung T7/misvaCloud/'"
|
abbr cloud-pull "rsync -auzP --exclude=.DS_Store ubuntu@cloud.misva.me:~/misvaCloud/ '/Volumes/Samsung T7/misvaCloud/'"
|
||||||
abbr cloud-purge "rsync -auzP --exclude=.DS_Store '/Volumes/Samsung T7/misvaCloud/' ubuntu@cloud.misva.me:~/misvaCloud/ --delete --dry-run"
|
abbr cloud-purge "rsync -auzP --exclude=.DS_Store '/Volumes/Samsung T7/misvaCloud/' ubuntu@cloud.misva.me:~/misvaCloud/ --delete --dry-run"
|
||||||
abbr caf "caffeinate -d"
|
abbr caf "caffeinate -d"
|
||||||
abbr gy "git yield"
|
|
||||||
|
|
||||||
function ghid
|
function ghid
|
||||||
gh issue develop $argv[1] --checkout --name $argv[2]
|
gh issue develop $argv[1] --checkout --name $argv[2]
|
||||||
|
|
|
||||||
|
|
@ -675,6 +675,22 @@
|
||||||
<false/>
|
<false/>
|
||||||
<key>EnableDivisionView</key>
|
<key>EnableDivisionView</key>
|
||||||
<false/>
|
<false/>
|
||||||
|
<key>GlobalKeyMap</key>
|
||||||
|
<dict>
|
||||||
|
<key>0xd-0x20000-0x24</key>
|
||||||
|
<dict>
|
||||||
|
<key>Action</key>
|
||||||
|
<integer>12</integer>
|
||||||
|
<key>Keycode</key>
|
||||||
|
<integer>13</integer>
|
||||||
|
<key>Modifiers</key>
|
||||||
|
<integer>131072</integer>
|
||||||
|
<key>Text</key>
|
||||||
|
<string>\n</string>
|
||||||
|
<key>Version</key>
|
||||||
|
<integer>1</integer>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
<key>HapticFeedbackForEsc</key>
|
<key>HapticFeedbackForEsc</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>HideScrollbar</key>
|
<key>HideScrollbar</key>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue