mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-09 20:02:31 +01:00
zsh_aliases: Copying Supybot's Internet.DNS.
This commit is contained in:
parent
096fbb065b
commit
dcd8f4c4e6
@ -116,3 +116,6 @@ alias l='ls -CF'
|
|||||||
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
|
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
|
||||||
|
|
||||||
## -- End of aliases which are saved from Ubuntu default bashrc. --
|
## -- End of aliases which are saved from Ubuntu default bashrc. --
|
||||||
|
|
||||||
|
# Copying command in Supybot (Internet.DNS)
|
||||||
|
alias dns="nslookup "
|
||||||
|
Loading…
Reference in New Issue
Block a user