n350071π―π΅ Posted on Sep 25, 2019 β’ Edited on Dec 1, 2020 4 1 my peco note #shell #peco $ cat .bash_profile alias cdp='cd $(ls -al | grep ^d | tr -s " " | cut -d" " -f9 | peco); pwd;' Enter fullscreen mode Exit fullscreen mode cat ~/.gitconfig [user] name = email = [alias] check = !git checkout $(git branch | sed 's/*//g' | sed 's/ //g' | peco) bcp = !git branch | peco | sed 's/*//g' | sed 's/ //g' | tr -d '\n' | pbcopy [log] date = iso-local [core] quotepath = false [commit] template = /Users/naoki/.git_commit_template [filter "lfs"] clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true [init] defaultBranch = master Enter fullscreen mode Exit fullscreen mode Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct β’ Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)