Skip to content

Commit b2e0f41

Browse files
committed
Add useful shortcuts
1 parent 6243f5b commit b2e0f41

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.aliases

+3
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@ alias w3m="w3m -sixel"
4848

4949
# https://dev.yorhel.nl/ncdu/scr
5050
alias ncdu="ncdu --color=dark"
51+
52+
# https://github.com/jesseduffield/lazygit
53+
alias lg="lazygit"

.gitconfig

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
# Show the user email for the current repository.
77
whoami = config user.email
8+
df = diff --word-diff=color
89

910
[apply]
1011

.tmux.conf.local

-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@ set -g mode-keys vi
371371

372372
# Open default windows
373373
new-session -d -s ssh_tmux
374-
new-window -n mutt -S neomutt
375374
new-window -n bash -S
376375

377376
# -- tpm -----------------------------------------------------------------------

0 commit comments

Comments
 (0)