diff --git a/.zshrc b/.zshrc index a8989be..aacdf4e 100644 --- a/.zshrc +++ b/.zshrc @@ -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" diff --git a/README.md b/README.md index 837b53b..59006ec 100644 --- a/README.md +++ b/README.md @@ -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 |