feat: zoxide
This commit is contained in:
parent
350b902353
commit
9f6b7f1fc9
2 changed files with 5 additions and 1 deletions
|
|
@ -124,6 +124,7 @@
|
||||||
fastfetch
|
fastfetch
|
||||||
file
|
file
|
||||||
filezilla
|
filezilla
|
||||||
|
fzf
|
||||||
gccgo
|
gccgo
|
||||||
gdb
|
gdb
|
||||||
geogebra6
|
geogebra6
|
||||||
|
|
@ -192,6 +193,7 @@
|
||||||
wofi
|
wofi
|
||||||
wofi-pass
|
wofi-pass
|
||||||
zip
|
zip
|
||||||
|
zoxide
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,10 @@
|
||||||
cds = "cd \"$HOME/Nextcloud/Obsidian/FH/2. Semester/\"";
|
cds = "cd \"$HOME/Nextcloud/Obsidian/FH/2. Semester/\"";
|
||||||
mux = "tmuxinator";
|
mux = "tmuxinator";
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
|
cd = "z";
|
||||||
};
|
};
|
||||||
initExtra = "fastfetch";
|
initExtra = "fastfetch\n
|
||||||
|
eval \"$(zoxide init zsh)\"";
|
||||||
|
|
||||||
history.size = 10000;
|
history.size = 10000;
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue