Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hotfix/randomUpdates #26

Merged
merged 19 commits into from
Sep 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
adds --set-cursor to move the cursor to where it
should be in ghm abbr
  • Loading branch information
edheltzel committed Sep 15, 2023
commit 1daac17bb07135fce2754646f35f3b93a0c8adde
6 changes: 3 additions & 3 deletions fish/conf.d/abbr.fish
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
if status is-interactive
abbr --add atm neofetch
abbr --add bi 'brew install'
abbr --add bi 'brew install '
abbr --add binfo 'brew info'
abbr --add brews 'brew leaves'
abbr --add casks 'brew list --cask'
abbr --add cls '~/Library/CloudStorage/Dropbox-RDM/Clients'
abbr --add co 'code .'
abbr --add co 'code '
abbr --add con 'code -n .'
abbr --add config '~/.config/'
abbr --add coo 'code -r .'
Expand All @@ -14,7 +14,7 @@ if status is-interactive
abbr --add gg 'go get GITHUB_URL'
abbr --add ghw 'gh repo view --web'
abbr --add ghpr 'gh pr create -a "@me" --fill'
abbr --add ghm 'gh pr merge --squash'
abbr --add ghm --set-cursor 'gh pr merge % --squash'
abbr --add goo 'cd ~/.go/'
abbr --add npms 'npm list -g --depth=0'
abbr --add pns 'pnpm list -g'
Expand Down