feat : tmux config

This commit is contained in:
Florian Schmitt 2023-12-30 12:23:49 +03:00
parent 56d110a6a2
commit 960495c8f1
5 changed files with 105 additions and 0 deletions

View file

@ -32,6 +32,7 @@
enable = true;
autosuggestions.enable = true;
shellAliases = {
tmux = "tmux -f ~/.config/tmux/tmux.conf";
ls = "lsd --hyperlink=auto";
icat = "kitty +kitten icat";
nixedit = "vi /etc/nixos";