diff options
| author | DemonKingSwarn <rockingswarn@gmail.com> | 2026-05-04 16:59:45 +0530 |
|---|---|---|
| committer | DemonKingSwarn <rockingswarn@gmail.com> | 2026-05-04 16:59:45 +0530 |
| commit | 5caf3a8422d02aca101911cc1322beca9695c5a6 (patch) | |
| tree | 827159183edb8cabf18add6f5770ed987f2ce344 | |
| parent | 586366d67f70db48df2780c4292e4b28dd96e324 (diff) | |
| download | odysseus-5caf3a8422d02aca101911cc1322beca9695c5a6.zip odysseus-5caf3a8422d02aca101911cc1322beca9695c5a6.tar.gz | |
Here be Dragons
an automated commit
| -rw-r--r-- | home/ghostty.nix | 1 | ||||
| -rw-r--r-- | home/xdg-user-dirs.nix | 6 | ||||
| -rw-r--r-- | home/zsh.nix | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/home/ghostty.nix b/home/ghostty.nix index fea0c7b..596933c 100644 --- a/home/ghostty.nix +++ b/home/ghostty.nix @@ -42,6 +42,7 @@ "alt+shift+r=reload_config" "ctrl+a=toggle_quick_terminal" "ctrl+shift+s=new_tab" + "ctrl+5=split_right" ]; }; }; diff --git a/home/xdg-user-dirs.nix b/home/xdg-user-dirs.nix index efe9f22..71fdb42 100644 --- a/home/xdg-user-dirs.nix +++ b/home/xdg-user-dirs.nix @@ -15,9 +15,9 @@ in desktop = homeDirectory; download = "${homeDirectory}/dl"; documents = "${homeDirectory}/dox"; - music = "${homeDirectory}/musics"; - pictures = "${homeDirectory}/pix"; - videos = "${homeDirectory}/vids"; + music = "${homeDirectory}/media/musics"; + pictures = "${homeDirectory}/media/pix"; + videos = "${homeDirectory}/media/vids"; projects = "${homeDirectory}/dox/code"; }; diff --git a/home/zsh.nix b/home/zsh.nix index eee7583..788395b 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -79,6 +79,7 @@ lf = "yazi"; dfm = "demonfm"; lg = "lazygit"; + down = "aria2c -x 16 -s 16"; ls = "eza"; ll = "eza -lgh"; |
