mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-12 11:42:20 -04:00
Delete aliases
This commit is contained in:
parent
2a17672f87
commit
e60943426d
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
||||||
# Dir navigation
|
|
||||||
alias ll='tree --dirsfirst -ChFupDaLg 1'
|
|
||||||
|
|
||||||
# Utilities
|
|
||||||
alias a="ack -ia"
|
|
||||||
alias b="bundle exec"
|
|
||||||
alias c="pygmentize -O style=monokai -f console256 -g"
|
|
||||||
alias d="du -h -d=1"
|
|
||||||
alias df="df -h"
|
|
||||||
alias g="git"
|
|
||||||
alias grep='GREP_COLOR="1;37;45" LANG=C grep --color=auto'
|
|
||||||
alias h="history"
|
|
||||||
alias httpdump="sudo tcpdump -i en1 -n -s 0 -w - | grep -a -o -E \"Host\: .*|GET \/.*\""
|
|
||||||
alias ip="curl -s http://checkip.dyndns.com/ | sed 's/[^0-9\.]//g'"
|
|
||||||
alias localip="ipconfig getifaddr en1"
|
|
||||||
alias mp="mvim -p"
|
|
||||||
alias rkt="racket -il xrepl"
|
|
||||||
alias tmux="tmux -2"
|
|
||||||
|
|
||||||
|
|
||||||
# Sync
|
|
||||||
#alias sync_irc="rsync -avz ~/Sites/IRC/ talos:/mnt/www/irc.gf3.ca/public"
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue