2
# Copyright (C) 2004 Aaron Bentley
4
# See the file "COPYING" for further information about
5
# the copyright and warranty status of this work.
11
if [ -f ~/.aba/aliases ]; then
15
echo $1 >> ~/.aba/aliases
20
echo ' alias : add or view aliases'
24
echo "With no parameters, lists current aliases. If an alias is provided, adds it."
28
echo "Aliases should be of the form foo=bar, and should not include ^ or \$."
31
# arch-tag: alias by Aaron Bentley (20:14 Feb 1, 2004)