diff options
| author | Vasil Zlatanov <v@skozl.com> | 2017-10-15 18:09:38 +0100 | 
|---|---|---|
| committer | Vasil Zlatanov <v@skozl.com> | 2017-10-15 18:09:38 +0100 | 
| commit | 9ed3aa702729c5cec1ce16a778372c11f0a505ed (patch) | |
| tree | fb2696e9ac49a4766204ca9053df9c9e84276bc2 /Shell | |
| parent | db01453fe2bde1be9762501839225cf70c5bb6e1 (diff) | |
| download | dotfiles-9ed3aa702729c5cec1ce16a778372c11f0a505ed.tar.gz dotfiles-9ed3aa702729c5cec1ce16a778372c11f0a505ed.tar.bz2 dotfiles-9ed3aa702729c5cec1ce16a778372c11f0a505ed.zip | |
use something other than google for ping
Diffstat (limited to 'Shell')
| -rw-r--r-- | Shell/bash_aliases | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Shell/bash_aliases b/Shell/bash_aliases index 4882f96..7792b51 100644 --- a/Shell/bash_aliases +++ b/Shell/bash_aliases @@ -90,7 +90,7 @@ alias iso='dd if=/dev/cdrom of=~/cdrom_image.iso'  alias tglxspheres='vblank_mode=0 optirun -vv /opt/VirtualGL/bin/glxspheres64'  alias pglxspheres='vblank_mode=0 primusrun /opt/VirtualGL/bin/glxspheres64'  alias httpserve='python -m SimpleHTTPServer' -alias pi='ping -4 google.com' +alias pi='ping -4 skozl.com'  alias pl='ping 8.8.8.8'  alias def='sdcv' | 
