Skip to content

Commit

Permalink
Add some more ZSH dir hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Sep 13, 2023
1 parent 2d8072f commit 793c620
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions home/users/christian/shell/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,19 @@
autocd = true;
dotDir = ".config/zsh";
dirHashes = {
docs = "$HOME/Documents";
vids = "$HOME/Videos";
bb = "/mnt/bluecare/bluecare";
bh = "/mnt/bluecare/home";
bt = "/mnt/bluecare/transfer";
d = "$HOME/Documents";
dl = "$HOME/Downloads";
hh = "/mnt/home/home";
hm = "/mnt/home/music";
hp = "/mnt/home/photo";
ht = "/mnt/home/public";
hv = "/mnt/home/video";
p = "$HOME/Pictures";
usb = "/run/media/chr";
v = "$HOME/Videos";
};
history =
let
Expand Down

0 comments on commit 793c620

Please sign in to comment.