mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
Merge pull request #77 from RXT067:what-the-bash/general_aliases
This commit is contained in:
@@ -108,5 +108,13 @@ alias herr='tail /var/log/httpd/error_log' # herr: Tail
|
||||
alias apacheLogs="less +F /var/log/apache2/error_log" # Apachelogs: Shows apache error logs
|
||||
|
||||
# ---------------------------------------
|
||||
# 9. REMINDERS & NOTES
|
||||
# 9. OTHER ALIASES
|
||||
# ---------------------------------------
|
||||
|
||||
# Aliases by Jacob Hrbek
|
||||
# Outputs List of Loadable Modules (llm) for current kernel
|
||||
alias llm="find /lib/modules/$(uname -r) -type f -name '*.ko*'"
|
||||
# Used for piping to remote pastebin from cmdline to generate a url
|
||||
_omb_util_binary_exists curl && ix() { curl -n -F 'f:1=<-' http://ix.io ; }
|
||||
# Used for piping to clipboard
|
||||
_omb_util_binary_exists xclip && alias xcopy="xclip -se c"
|
||||
|
||||
Reference in New Issue
Block a user