fish: add todo display
This commit is contained in:
parent
e369d13153
commit
5579f41e39
1 changed files with 7 additions and 0 deletions
7
home.nix
7
home.nix
|
@ -83,6 +83,13 @@ in
|
||||||
popd
|
popd
|
||||||
java -cp "build/:lib/:res/" $argv
|
java -cp "build/:lib/:res/" $argv
|
||||||
end
|
end
|
||||||
|
if status is-interactive
|
||||||
|
if [ -e ~/sync/todo.txt ]
|
||||||
|
echo "> Your TODOs from ~/sync/todo.txt:"
|
||||||
|
cat ~/sync/todo.txt
|
||||||
|
echo
|
||||||
|
end
|
||||||
|
end
|
||||||
'';
|
'';
|
||||||
programs.alacritty.enable = true;
|
programs.alacritty.enable = true;
|
||||||
/* Here goes the rest of your home-manager config, e.g. home.packages = [ pkgs.foo ]; */
|
/* Here goes the rest of your home-manager config, e.g. home.packages = [ pkgs.foo ]; */
|
||||||
|
|
Loading…
Add table
Reference in a new issue