Navigate mini.files with enter!
This commit is contained in:
parent
c21bf836a8
commit
c8d7224dc9
7 changed files with 48 additions and 13 deletions
home/features/cli
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue