enable syntax highlighting, remove some aliases, update dir hashes
This commit is contained in:
parent
15a4645341
commit
6509a6d78f
|
@ -11,6 +11,7 @@
|
||||||
# Enable extra features
|
# Enable extra features
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
enableSyntaxHighlighting = true;
|
||||||
dotDir = ".config/zsh";
|
dotDir = ".config/zsh";
|
||||||
|
|
||||||
# Commands that should be added to to top of '.zshrc'
|
# Commands that should be added to to top of '.zshrc'
|
||||||
|
@ -26,15 +27,13 @@
|
||||||
la = "ls -a";
|
la = "ls -a";
|
||||||
ll = "ls -l";
|
ll = "ls -l";
|
||||||
tt = "wezterm cli set-tab-title ";
|
tt = "wezterm cli set-tab-title ";
|
||||||
uh = "home-manager switch --flake .#sajenim@fuchsia";
|
|
||||||
us = "sudo nixos-rebuild switch --flake .#fuchsia";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# An attribute set that adds to named directory hash table
|
# An attribute set that adds to named directory hash table
|
||||||
dirHashes = {
|
dirHashes = {
|
||||||
# QMK Keymaps
|
# QMK Keymaps
|
||||||
km-crkbd = "$HOME/Projects/keyboards/qmk_keymaps/keyboards/crkbd/keymaps/sajenim";
|
crkbd = "$HOME/Projects/keyboards/qmk_keymaps/keyboards/crkbd/keymaps/sajenim";
|
||||||
km-kchrn = "$HOME/Projects/keyboards/qmk_keymaps/keyboards/keychron/q4/ansi_v2/keymaps/sajenim";
|
kchrn = "$HOME/Projects/keyboards/qmk_keymaps/keyboards/keychron/q4/ansi_v2/keymaps/sajenim";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Install plugins
|
# Install plugins
|
||||||
|
|
Loading…
Reference in a new issue