How to remove the time stamp on the right side of the fish shell?

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
Simple question, I'd like to remove the time stamp on the right hand side of the fish shell terminal screen:
On a sidenote, it would be even better to know how to customize it as in the image below:

command-line customization fish
add a comment |Â
up vote
1
down vote
favorite
Simple question, I'd like to remove the time stamp on the right hand side of the fish shell terminal screen:
On a sidenote, it would be even better to know how to customize it as in the image below:

command-line customization fish
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Simple question, I'd like to remove the time stamp on the right hand side of the fish shell terminal screen:
On a sidenote, it would be even better to know how to customize it as in the image below:

command-line customization fish
Simple question, I'd like to remove the time stamp on the right hand side of the fish shell terminal screen:
On a sidenote, it would be even better to know how to customize it as in the image below:

command-line customization fish
command-line customization fish
asked Feb 28 at 12:17
mickkk
2271512
2271512
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
Put this in your config.fish (or eg. .config/fish/functions/fish_right_prompt.fish):
function fish_right_prompt
#intentionally left blank
end
By putting stuff in this function you can also customize that part of the prompt however you want to. Whatever is returned by this function becomes the prompt.
New contributor
burneddi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Put this in your config.fish (or eg. .config/fish/functions/fish_right_prompt.fish):
function fish_right_prompt
#intentionally left blank
end
By putting stuff in this function you can also customize that part of the prompt however you want to. Whatever is returned by this function becomes the prompt.
New contributor
burneddi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
1
down vote
Put this in your config.fish (or eg. .config/fish/functions/fish_right_prompt.fish):
function fish_right_prompt
#intentionally left blank
end
By putting stuff in this function you can also customize that part of the prompt however you want to. Whatever is returned by this function becomes the prompt.
New contributor
burneddi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Put this in your config.fish (or eg. .config/fish/functions/fish_right_prompt.fish):
function fish_right_prompt
#intentionally left blank
end
By putting stuff in this function you can also customize that part of the prompt however you want to. Whatever is returned by this function becomes the prompt.
New contributor
burneddi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Put this in your config.fish (or eg. .config/fish/functions/fish_right_prompt.fish):
function fish_right_prompt
#intentionally left blank
end
By putting stuff in this function you can also customize that part of the prompt however you want to. Whatever is returned by this function becomes the prompt.
New contributor
burneddi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 2 days ago
abu_bua
2,31341021
2,31341021
New contributor
burneddi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 2 days ago
burneddi
1111
1111
New contributor
burneddi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
burneddi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
burneddi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1010641%2fhow-to-remove-the-time-stamp-on-the-right-side-of-the-fish-shell%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password