Rename find git project script to kebab-case
This commit is contained in:
parent
4b51b40006
commit
77f7fd81fc
2 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ alias tmux='tmux -2'
|
|||
alias w='watch -t -d -n 1'
|
||||
alias wmu='wake-me-up'
|
||||
pp() {
|
||||
cd $(find_git_project $HOME/workspace "$@")
|
||||
cd $(find-git-project $HOME/workspace "$@")
|
||||
}
|
||||
|
||||
# Funny
|
||||
|
|
Loading…
Reference in a new issue