diff --git a/.profile b/.profile index 488ab23..738fbc3 100644 --- a/.profile +++ b/.profile @@ -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'