Browse Source

Fri 01 Apr 2022 19:57:13 ACDT

master
Tovi Jaeschke-Rogers 3 years ago
parent
commit
7938c196cc
1 changed files with 1 additions and 13 deletions
  1. +1
    -13
      .config/aliasrc

+ 1
- 13
.config/aliasrc View File

@ -5,21 +5,10 @@ alias \
ll="ls -G -alh" \ ll="ls -G -alh" \
dd='sudo dd status=progress' \ dd='sudo dd status=progress' \
h="history 1 | grep" \ h="history 1 | grep" \
back='cd -' \
b='cd -' \
py='python3' \
py2='python2' \
vim='nvim' \ vim='nvim' \
ka='killall' \
grep='grep --color=auto' \ grep='grep --color=auto' \
egrep='grep --color=auto -E' \
p='sudo pacman' \ p='sudo pacman' \
extip='curl -s www.icanhazip.com' \ extip='curl -s www.icanhazip.com' \
ns='sudo nmap -p- -sV' \
cc='rm -rf cache/* && php symfony cc' \
pdu='php symfony propel:diff && php symfony propel:up' \
foursync='php symfony four:sync' \
ddate='date +%d-%m-%Y' \
gitup='git push origin $(git rev-parse --abbrev-ref HEAD)' \ gitup='git push origin $(git rev-parse --abbrev-ref HEAD)' \
gco='git checkout' \ gco='git checkout' \
gbls='git --no-pager branch -a' \ gbls='git --no-pager branch -a' \
@ -33,5 +22,4 @@ alias \
sv="sudo nvim" \ sv="sudo nvim" \
c="xclip -selection clipboard" \ c="xclip -selection clipboard" \
v="xclip -selection clipboard -o" \ v="xclip -selection clipboard -o" \
lf="lfcd" \
site-clone='wget --mirror --convert-links --adjust-extension --page-requisites --no-parent'
lf="lfcd"

Loading…
Cancel
Save