mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 04:26:41 +01:00
update nixos config, update install-new-desktop.sh
This commit is contained in:
7
.zshrc
7
.zshrc
@@ -67,4 +67,9 @@ export PATH="$HOME/.cargo/bin:$PATH"
|
||||
export EDITOR=vim
|
||||
export LC_ALL="en_US.UTF-8"
|
||||
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
# fzf
|
||||
[ -f ~/.fzf.zsh ]
|
||||
if [ -n "${commands[fzf-share]}" ]; then
|
||||
source "$(fzf-share)/key-bindings.zsh"
|
||||
source "$(fzf-share)/completion.zsh"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user