Update main branch #1
1 changed files with 5 additions and 1 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue