Browse Source

added loopback alias to make xdebug work

master
Josh Fabean 6 years ago
parent
commit
ffac7be9a4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .profile

+ 1
- 1
.profile View File

@ -12,7 +12,7 @@ alias cp='cp -iv' # prompt when overwriting and verbose
alias mv='mv -iv' # prompt when overwriting and verbose
alias ll='ls -FGlAhp'
alias du1='du -h -d 1'
alias loopbackftw='sudo ip addr add 192.168.237.237/24 brd + dev wlp4s0 label wlp4s0:1'
# channeling Justin & alisiasing my git
alias gs='g status'
alias ga='g add'


Loading…
Cancel
Save