@@ -17,6 +17,10 @@ git() {
fi
}
+gitcd() {
+ cd "$(git rev-parse --show-toplevel)"
+}
+
clsz() {
tput clear; tput cup $(tput lines) 0