Skip to content

Commit

Permalink
Add shortcut 'b' for bat
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Oct 9, 2024
1 parent b271ff7 commit e204d39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ alias dl="curl -ZL --max-redirs 3 --parallel-max 5 --remote-name-all"
alias c="clear"
alias g="grep --color=auto"
alias e="$EDITOR"
alias b="bat"
alias d="docker"
alias dr="docker run --rm -it"
alias de="docker exec -it"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ bash <(curl -fsSL https://andy.one/dotfiles/install.sh)
| `ssht …` | `sshk` to many hosts at once (_requires TMUX session_) |
| `scpk …` | `scp` command without checking and saving host key |
| `dl …` | Download one or more files using `curl` |
| `e` | Editor (_nano_) shortcut |
| `e …` | Editor (_nano_) shortcut |
| `b …` | [`bat`](https://github.com/sharkdp/bat) shortcut |
| `g …` | `grep` shortcut |
| `d …` | Docker shortcut |
| `dr …` | Docker `run` shortcut |
Expand Down

0 comments on commit e204d39

Please sign in to comment.