dotfiles/aliases.zsh

8 lines
93 B
Bash

#!/usr/bin/env bash
alias '$'=''
alias find="noglob find"
alias rustfmt="rustfmt --force"