Compare commits
4 Commits
7140f9cf70
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 1214c4f3c8 | |||
| cbbf1ca0f9 | |||
| d6925ab9cc | |||
| 3f1a1c1375 |
@@ -4,7 +4,7 @@ set -g @plugin 'fabioluciano/tmux-tokyo-night'
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
|
||||
set -g @theme_variation 'moon'
|
||||
set -g @theme_variation 'storm'
|
||||
set -g @theme_disable_plugins 1
|
||||
#set -g @theme_plugin_datetime_format '%a %d %b %Y'
|
||||
|
||||
|
||||
@@ -8,6 +8,9 @@ alias btm="btm --theme=gruvbox"
|
||||
# Remap ls to use lsd
|
||||
alias ls="lsd"
|
||||
|
||||
# Add alias for la to call lsd -lah
|
||||
alias la="lsd -lah"
|
||||
|
||||
# Replace cat with bat
|
||||
alias cat="bat"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user