[Fish-users] fish: Unknown command “history”

2012-12-19 Thread Utkarsh Sengar
Hello, Just installed fish on ubuntu 12.04, everything works like a charm except the history command for some weird reason. When I type: history, I get this error: fish: Unknown command “history” history: command not found It works fine with I switch back to bash. What am I doing wrong? --

Re: [Fish-users] fish: Unknown command “history”

2012-12-19 Thread Maxim Gonchar
Hi Utkarsh, You are using the old version of fish which doesn't contain the history builtin. The latest fish release has this command. You can build it manually from: https://github.com/fish-shell/fish-shell Or look through the maillist archive. I guess someone is making latest deb files.

[Fish-users] Separators

2012-12-19 Thread Goran Mekić
Hello, Is there a way to configure fish to recognize the following array as separators: :;,.(){}[]? I mean, using ctrl+w, for example. Thanx! -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial

Re: [Fish-users] Separators

2012-12-19 Thread Maxim Gonchar
Hi, I hope so (: we are discussing it here: https://github.com/fish-shell/fish-shell/issues/384 Maxim On Wed, 19 Dec 2012 20:10:18 +0400, Goran Mekić m...@lugons.org wrote: Hello, Is there a way to configure fish to recognize the following array as separators: :;,.(){}[]? I mean,

Re: [Fish-users] Separators

2012-12-19 Thread SanskritFritz
Please vote ;) On Wed, Dec 19, 2012 at 7:27 PM, Maxim Gonchar gma...@gmail.com wrote: Hi, I hope so (: we are discussing it here: https://github.com/fish-shell/fish-shell/issues/384 Maxim On Wed, 19 Dec 2012 20:10:18 +0400, Goran Mekić m...@lugons.org wrote: Hello, Is there a