bashrc & zshrc: remove alias weechat=weechat-curses

Starting with version 0.4.2 the binary is called as weechat
and weechat-curses is symbolic link to it for compatibility.
This commit is contained in:
Mikaela Suomalainen 2014-01-14 21:34:37 +02:00
parent 14a1608707
commit 4f2ebc409d
2 changed files with 4 additions and 6 deletions

5
bashrc
View File

@ -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. # If I run nautilus, I want it to open in folder where I am.
#alias nautilus="nautilus ./" #alias nautilus="nautilus ./"
# Why I must write "weechat-curses" to start it? #SHow compilation date of WeeChat.
alias weechat="weechat-curses" alias weechat-version="weechat --help|head -n2"
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. #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 " alias nmap-intense="nmap -T4 -A -v -PE -PS22,25,80 -PA21,23,80,3389 "

5
zshrc
View File

@ -176,9 +176,8 @@ alias youtube-dl="youtube-dl -t"
alias gdrop="git stash && git stash drop" alias gdrop="git stash && git stash drop"
#alias gitk="gitg" # Requires gitg . I just think that it looks nicer than gitk. # MKAYSIGREP MKAYSIGREPALIAS #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? # Show compilation date of WeeChat.
alias weechat="weechat-curses" alias weechat-version="weechat --help|head -n2"
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. #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 " alias nmap-intense="nmap -T4 -A -v -PE -PS22,25,80 -PA21,23,80,3389 "