Bash likes to have stuff saved in ~/.bashrc so put your aliases in there ans 
`source ~/.bashrc` to see them activated immediately within any active shells. 
If you have lots of aliases then in ~/.bashrc...

[/code]
if [ -f ~/.bash_aliases ]; then
        . ~/.bash_aliases
fi[/code]

and put them in ~/.bash_aliases. Don't edit cat ~/.fishd.`hostname`. Just cat 
that file with 
Code:
cat ~/.fishd.`hostname`

 and you'll see that most of that stuff is automajic. I'm guessing that it's 
respecting your bash aliases.

------------------------
BLAG 'em up!




-------------------- m2f --------------------

Sent using Mail2Forum (http://www.mail2forum.com). 

Read this topic online here:
http://forums.blagblagblag.org/viewtopic.php?p=26019#26019

-------------------- m2f --------------------


_______________________________________________
blag-users mailing list
[email protected]
https://www.autistici.org/mailman/listinfo/blag-users

Reply via email to