(fish) pretty fish title and command not found function
This commit is contained in:
parent
6033c6f4a8
commit
9815b80ece
|
@ -0,0 +1,4 @@
|
||||||
|
function fish_command_not_found
|
||||||
|
echo Did not find command $argv[1]
|
||||||
|
pkgfile -s $argv[1]
|
||||||
|
end
|
|
@ -0,0 +1,7 @@
|
||||||
|
function fish_title
|
||||||
|
if [ $_ = 'fish' ]
|
||||||
|
echo " " (prompt_pwd)
|
||||||
|
else
|
||||||
|
echo $_
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue