bash-tricks icon indicating copy to clipboard operation
bash-tricks copied to clipboard

Sweet Bash Tricks

Results 5 bash-tricks issues
Sort by recently updated
recently updated
newest added

https://speakerdeck.com/nibalizer/bash-tricks I found the video very entertaining and useful. Can this be reposted elsewhere?

Your original code for vim failed to achieve the desired results on 2 different linux boxes of mine. I'd be happy for you to show me the error of my...

When called outside of a git directory the **cdp** function would enter an infinite loop. Just included a conditional to check whether if it is or not inside a git...

(From [Pro Git](https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_code_help_autocorrect_code)) `help.autocorrect` If you mistype a command, it shows you something like this: ``` $ git chekcout master git: 'chekcout' is not a git command. See 'git --help'....