mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
bashrc & zshrc: add alias weechat-version for displaying weechat comp...
...ile date / commit id. Fixes #15
This commit is contained in:
parent
52c472114e
commit
444acd5675
1
bashrc
1
bashrc
@ -232,6 +232,7 @@ alias gdrop="git stash && git stash drop"
|
||||
|
||||
# Why I must write "weechat-curses" to start it?
|
||||
alias weechat="weechat-curses"
|
||||
alias weechat-version="weechat-curses --help|head -n2"
|
||||
|
||||
#NMAP specific. All nmap things should be run as root, so it's probably best to copy these aliases to root's .bashrc. Things which don't run without root ask for sudo password.
|
||||
alias nmap-intense="nmap -T4 -A -v -PE -PS22,25,80 -PA21,23,80,3389 "
|
||||
|
1
zshrc
1
zshrc
@ -163,6 +163,7 @@ alias gdrop="git stash && git stash drop"
|
||||
|
||||
# Why I must write "weechat-curses" to start it?
|
||||
alias weechat="weechat-curses"
|
||||
alias weechat-version="weechat-curses --help|head -n2"
|
||||
|
||||
#NMAP specific. All nmap things should be run as root, so it's probably best to copy these aliases to root's .zshrc. Things which don't run without root ask for sudo password.
|
||||
alias nmap-intense="nmap -T4 -A -v -PE -PS22,25,80 -PA21,23,80,3389 "
|
||||
|
Loading…
Reference in New Issue
Block a user