diff --git a/common/terminal.nix b/common/terminal.nix index b15b6b0..8df638b 100644 --- a/common/terminal.nix +++ b/common/terminal.nix @@ -33,10 +33,6 @@ in "mnt" = "mount | culr"; }; interactiveShellInit = '' - function fish_title - set -q argv[1]; or set argv fish - echo (fish_prompt_pwd_dir_length=100 prompt_pwd): $argv; - end ${./rice/header.sh} ''; };