1
Fork 0

Navigate mini.files with enter!

This commit is contained in:
Matei Adriel 2023-09-22 19:37:24 +03:00
parent c21bf836a8
commit c8d7224dc9
No known key found for this signature in database
7 changed files with 48 additions and 13 deletions
home/features/cli

View file

@ -3,8 +3,6 @@
enable = true;
package = pkgs.gitFull;
aliases.graph = "log --decorate --oneline --graph";
userName = "Matei Adriel";
userEmail = "rafaeladriel11@gmail.com";
@ -12,16 +10,26 @@
# Syncthing
".stfolder"
".stversions"
# Direnv
".direnv"
".envrc"
];
aliases = {
# Print history nicely
graph = "log --decorate --oneline --graph";
# Print last commit's hash
hash = "log -1 --format='%H'";
};
extraConfig = {
github.user = "Mateiadrielrafael";
hub.protocol = "ssh";
core.editor = "nvim";
rebase.autoStash = true;
init.defaultBranch = "main";
rebase.autoStash = true;
# Sign commits using ssh
gpg.format = "ssh";