aboutsummaryrefslogtreecommitdiff
path: root/zsh/.zsh/aliases.zsh
diff options
context:
space:
mode:
authorNeodarZ <neodarz@neodarz.net>2018-02-04 23:59:51 +0100
committerNeodarZ <neodarz@neodarz.net>2018-02-04 23:59:51 +0100
commitc42cf7f58b2705874ee2746bee2a69000359299e (patch)
tree3ef07579e6991550acdfb52079d495a5116d78d5 /zsh/.zsh/aliases.zsh
parentbfecc0f8ef310879c84fa32e13c30c35169b7ab8 (diff)
downloaddotfiles_ascii-c42cf7f58b2705874ee2746bee2a69000359299e.tar.xz
dotfiles_ascii-c42cf7f58b2705874ee2746bee2a69000359299e.zip
Add myip script
Diffstat (limited to 'zsh/.zsh/aliases.zsh')
-rwxr-xr-xzsh/.zsh/aliases.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zsh/aliases.zsh b/zsh/.zsh/aliases.zsh
index 95fb0a4..11327a1 100755
--- a/zsh/.zsh/aliases.zsh
+++ b/zsh/.zsh/aliases.zsh
@@ -158,6 +158,7 @@ alias tlol="printf '\033k┐(^0^)┌\033\\'"
alias search="~/.scripts/searx.sh"
alias history="IFS=\$'\\n'; for line in \$(cat ~/.zhistory); do echo \$(date --rfc-3339=ns -d @\$(echo \$line | cut -d' ' -f2 | cut -d':' -f1 | grep -e '^[0-9]') | cut -d'.' -f1)' : '\$(echo \$line | cut -d' ' -f2- | cut -d';' -f2-); done"
alias historyt="cat .zhistory | cut -d' ' -f2- | cut -d';' -f2- | awk '{CMD[\$1]++;count++;}END { for (a in CMD)print CMD[a] \" \" CMD[a]/count*100 \"% \" a;}' | grep -v \"./\" | column -c3 -s \" \" -t | sort -nr | nl | head -n10"
+alias myip="~/.scripts/ip.sh"
#█▓▒░ update mpd database
#function genplaylist() {