From 4f2ebc409da0b4fd69c4bd0be9314cf4987ac3b1 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 14 Jan 2014 21:34:37 +0200 Subject: [PATCH] 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. --- bashrc | 5 ++--- zshrc | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) 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 "