config-bash/aliases.d/system

6 lines
188 B
Plaintext
Raw Permalink Normal View History

2013-04-24 16:58:31 +02:00
#!/bin/bash
# System tools
if [ -f /sbin/ifconfig ] && [ -x /sbin/ifconfig ]; then alias ifconfig='/sbin/ifconfig'; fi
if [ -f /sbin/ip ] && [ -x /sbin/ip ]; then alias ip='/sbin/ip'; fi