sync
This commit is contained in:
@@ -60,6 +60,7 @@
|
||||
../packages/twmn/twmn.nix
|
||||
../packages/zellij/zellij.nix
|
||||
../packages/zoxide/zoxide.nix
|
||||
# ../packages/zsh/zsh.nix
|
||||
# package bundles
|
||||
./bundles/langs.nix
|
||||
];
|
||||
|
||||
@@ -10,10 +10,17 @@
|
||||
enable = true;
|
||||
antidote = {
|
||||
enable = true;
|
||||
plugins = {};
|
||||
# plugins = [
|
||||
# "colored-man-pages"
|
||||
# "colorize"
|
||||
# "cp"
|
||||
# "history"
|
||||
# "ssh-agent"
|
||||
# "zoxide"
|
||||
# ];
|
||||
useFriendlyNames = true;
|
||||
};
|
||||
autosuggestions = {
|
||||
autosuggestion = {
|
||||
enable = true;
|
||||
};
|
||||
shellAliases = {
|
||||
|
||||
Reference in New Issue
Block a user