john maclean wrote:
> 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
> 
> 
> 
> 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.


I'd be surprised if it respected bash aliases. It doesn't appear to for me. 
Also:


Code:
Welcome to fish, the friendly interactive shell
Type help for instructions on how to use fish
[EMAIL PROTECTED] ~> cat ~/.fishd.`hostname`
cat: /home/jebba/.fishd.`hostname`: No such file or directory
[EMAIL PROTECTED] ~> bash
rabelais:~$ cat ~/.fishd.`hostname`
cat: /home/jebba/.fishd.rabelais: No such file or directory






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

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

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

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


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

Reply via email to