Skip to content
Snippets Groups Projects
Commit f486eb48 authored by Jens Nolte's avatar Jens Nolte
Browse files

Add notcurses-based icat command

parent fe7ca6f6
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,8 @@ in
less
# required for neovim spellcheck
aspell
# used for icat
notcurses
];
programs.tmux = {
......@@ -44,6 +46,8 @@ in
la = "ls -la";
lah = "ls -lah";
icat = "print; ncplayer -k -t0 -q -b pixel -s none";
# tree configured to ignore .gitignore
gtree = "${pkgs.tree}/bin/tree --fromfile <(${pkgs.fd}/bin/fd -H -E .git)";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment