diff --git a/bashrc b/bashrc index e606c812..381b7d38 100644 --- a/bashrc +++ b/bashrc @@ -236,9 +236,8 @@ alias gdrop="git stash && git stash drop" # If I run nautilus, I want it to open in folder where I am. #alias nautilus="nautilus ./" -# Why I must write "weechat-curses" to start it? -alias weechat="weechat-curses" -alias weechat-version="weechat-curses --help|head -n2" +#SHow compilation date of WeeChat. +alias weechat-version="weechat --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 " diff --git a/zshrc b/zshrc index f02efec7..24854bdf 100644 --- a/zshrc +++ b/zshrc @@ -176,9 +176,8 @@ alias youtube-dl="youtube-dl -t" alias gdrop="git stash && git stash drop" #alias gitk="gitg" # Requires gitg . I just think that it looks nicer than gitk. # MKAYSIGREP MKAYSIGREPALIAS -# Why I must write "weechat-curses" to start it? -alias weechat="weechat-curses" -alias weechat-version="weechat-curses --help|head -n2" +# Show compilation date of WeeChat. +alias weechat-version="weechat --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 "