Update main branch #1

Merged
jakalx merged 120 commits from develop into main 2024-02-05 21:51:32 +01:00
Showing only changes of commit cbbc252230 - Show all commits

View file

@ -105,7 +105,11 @@ in {
enable = true;
enableAutosuggestions = true;
# enableSyntaxHighlighting = true;
shellAliases = { e = "emacsclient -c $@"; };
shellAliases = {
e = "emacsclient -c $@";
ls = "exa $@";
t = "exa -T $@";
};
oh-my-zsh = {
enable = true;
plugins = [ "git" "fzf" "fd" "z" ];