i hate the universe in its entirety

This commit is contained in:
Osman Faruk Bayram 2025-03-13 19:47:45 +03:00
parent b38eb8c956
commit dcbe2406c9

View file

@ -1,6 +1,9 @@
{
programs.fish = {
enable = true;
interactiveShellInit = ''
set -g fish_greeting
'';
shellAliases = {
c = "code .";
l = "ls -lah";