437 current 2025-06-19 00:56:49 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
@@ -97,6 +97,7 @@ in {
|
||||
btop
|
||||
wikiman
|
||||
iodine
|
||||
fzf
|
||||
# emacs # haha
|
||||
|
||||
# security
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
}: {
|
||||
home.packages = with pkgs; [zsh-powerlevel10k meslo-lgs-nf];
|
||||
home.file.".p10k.zsh".source = ./p10k;
|
||||
programs.direnv.enable = true;
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
||||
@@ -261,7 +261,7 @@ a.dnsenum() {
|
||||
|
||||
# ------------------- fzf configuration
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
export FZF_DEFAULT_COMMAND='fdfind --type f'
|
||||
export FZF_DEFAULT_COMMAND='fd --type f'
|
||||
export FZF_DEFAULT_OPTS="--layout=reverse --inline-info --height=80%"
|
||||
|
||||
# ------------------- Key Binding
|
||||
@@ -271,6 +271,7 @@ bindkey "\e[3~" delete-char #Del
|
||||
bindkey "\e[2~" overwrite-mode # Ins
|
||||
bindkey "\e[6~" end-of-history # PageDown
|
||||
bindkey "\e[5~" beginning-of-history #PageUp
|
||||
bindkey '^R' history-incremental-search-backward
|
||||
|
||||
# -------------------- control backspace deleting previous word entirely
|
||||
bindkey '^H' backward-kill-word
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
];
|
||||
};
|
||||
|
||||
programs.direnv.enable = true;
|
||||
# programs.direnv.enable = true;
|
||||
|
||||
nix = {
|
||||
nixPath = [
|
||||
|
||||
Reference in New Issue
Block a user