Files
dotfiles/bash.d/20-commands.sh
2019-12-09 14:16:18 -08:00

6 lines
83 B
Bash

#!/bin/bash
function gr() {
cd "$(git rev-parse --show-toplevel)" || return
}