Move google stuff to its own folder
This commit is contained in:
12
google/hgshort/hgd.sh
Executable file
12
google/hgshort/hgd.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
HGSHORT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]:-${(%):-%x}}}")" && pwd)"
|
||||
|
||||
source $HGSHORT_DIR/aliases.sh
|
||||
cd $(hg hgd "$@")
|
||||
|
||||
CITC="${PWD#/google/src/cloud/$USER/}"
|
||||
CITC="${CITC%/google3}"
|
||||
echo "CitC $CITC"
|
||||
|
||||
hg l --color=always
|
Reference in New Issue
Block a user