mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
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:
parent
14a1608707
commit
4f2ebc409d
5
bashrc
5
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.
|
# 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
5
zshrc
@ -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 "
|
||||||
|
Loading…
Reference in New Issue
Block a user