1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-09 18:30:01 +01:00

nvim: shortcut and dashboard changes

- nvim: shorcut and dashboard changes
- shell: fix greeting
This commit is contained in:
TheGeneralist 2026-01-20 16:28:08 +01:00
parent bd2e9ca61d
commit 437d52c35d
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
6 changed files with 45 additions and 20 deletions

View file

@ -35,6 +35,7 @@
ela = "eza -la";
# Git aliases
lg = "lazygit";
gs = "git status";
ga = "git add";
gc = "git commit";