Compare commits

..

5 commits

Author SHA1 Message Date
atagen
e53ce2000c add obisidian 2025-07-21 16:52:27 +10:00
atagen
1af67d13b2 create readme 2025-07-21 16:52:27 +10:00
atagen
48785620bd add yazi 2025-07-21 16:52:27 +10:00
atagen
1931d92960 update meat 2025-07-21 16:52:27 +10:00
atagen
b92b007050 fix up fish aliases/abbrs 2025-07-21 16:52:27 +10:00

View file

@ -33,6 +33,10 @@ 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}
'';
};