We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6243f5b commit b2e0f41Copy full SHA for b2e0f41
.aliases
@@ -48,3 +48,6 @@ alias w3m="w3m -sixel"
48
49
# https://dev.yorhel.nl/ncdu/scr
50
alias ncdu="ncdu --color=dark"
51
+
52
+# https://github.com/jesseduffield/lazygit
53
+alias lg="lazygit"
.gitconfig
@@ -5,6 +5,7 @@
5
6
# Show the user email for the current repository.
7
whoami = config user.email
8
+ df = diff --word-diff=color
9
10
[apply]
11
.tmux.conf.local
@@ -371,7 +371,6 @@ set -g mode-keys vi
371
372
# Open default windows
373
new-session -d -s ssh_tmux
374
-new-window -n mutt -S neomutt
375
new-window -n bash -S
376
377
# -- tpm -----------------------------------------------------------------------
0 commit comments