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 #25

Merged
merged 15 commits into from
Sep 15, 2023
Prev Previous commit
Next Next commit
adding link abbrivation for symlink
  • Loading branch information
edheltzel committed Sep 15, 2023
commit 035882567e848d8732dff1735cf2c22a67499c63
5 changes: 3 additions & 2 deletions fish/conf.d/abbr.fish
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if status is-interactive
abbr --add atm 'neofetch'
abbr --add atm neofetch
abbr --add bi 'brew install'
abbr --add binfo 'brew info'
abbr --add brews 'brew leaves'
Expand All @@ -19,8 +19,9 @@ if status is-interactive
abbr --add pnpms 'pnpm list -g'
abbr --add buns 'bun pm ls -g'
abbr --add siz 'du -khsc'
abbr --add sp 'speedtest'
abbr --add sp speedtest
abbr --add suckit 'wget -mkEpnp url_here'
abbr --add link 'ln -s'
abbr --add symlink 'ln -s'
abbr --add amux 'tmux at -t base'
abbr --add tkill 'tmux kill-session -t'
Expand Down