I’m a multidisciplinary developer & designer. ← Previous Post Next Post → Related posts
If you use Git in the command-line, I also wrote a post on Git Command-Line Shortcuts, which includes my personal set of Git Bash aliases and functions.
' # Open the current directory in Finder alias ut = 'uptime' # Computer uptime # - # Aliases # - alias clr = 'clear' # Clear your terminal screen alias flush = 'sudo discoveryutil udnsflushcaches' # Flush DNS (Yosemite) alias flush = 'killall -HUP mDNSResponder' # Flush DNS (Mavericks, Mountain Lion, Lion) alias flush = 'dscacheutil -flushcache' # Flush DNS (Snow Leopard, Leopard) alias ip = 'curl ' # Your public IP address alias ll = 'ls -al' # List all files in current directory in long list format alias ldir = 'ls -al | grep ^d' # List all directories in current directory in long list format alias o = 'open.