Skip to content

Commit

Permalink
feat(fish): More fish shell
Browse files Browse the repository at this point in the history
  • Loading branch information
dparo committed Sep 6, 2024
1 parent dbb8ff5 commit b47f35c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
6 changes: 4 additions & 2 deletions roles/fish/files/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ if status is-interactive

abbr --add gg "lazygit"



bind \cH backward-kill-word

# if builtin type docker 1>/dev/null 2>/dev/null
# docker completion fish | source
# end
end
4 changes: 4 additions & 0 deletions roles/fish/files/functions/cat.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
function cat --wraps=bat --description 'alias cat bat'
bat $argv

end
4 changes: 4 additions & 0 deletions roles/fish/files/functions/less.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
function less --wraps=bat --description 'alias less bat'
bat $argv

end

0 comments on commit b47f35c

Please sign in to comment.