commit 44be456d4a42179f901ec8981ddc66ae1c14243b
parent 248964161e006a1896682554eb6d1761f48b21a7
Author: Milutin Popovic <milutin@popovic.xyz>
Date: Fri, 2 Jan 2026 00:35:20 +0000
new
Diffstat:
3 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/.config/nvim/lua/plugins/telescope.lua b/.config/nvim/lua/plugins/telescope.lua
@@ -1,7 +1,5 @@
return {
"nvim-telescope/telescope.nvim",
-
-
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-lua/popup.nvim",
diff --git a/.config/shell/profile b/.config/shell/profile
@@ -20,7 +20,6 @@ export XDG_PUBLICSHARE_DIR="$HOME/Cloud"
export XDG_DOWNLOAD_DIR="$HOME/Downloads"
-export NOSYSZSHRC=1
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
export RANGER_DEVICONS_SEPARATOR=" "
export CARGO_HOME="$XDG_DATA_HOME/cargo"
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
@@ -7,7 +7,7 @@ HISTSIZE=10000
SAVEHIST=10000
if [[ ! -f ~/.cache/zsh/.histfile ]]; then
mkdir -p ~/.cache/zsh
- touch ~/.cache/.histfile
+ touch ~/.cache/zsh/.histfile
fi
HISTFILE=~/.cache/zsh/.histfile
setopt inc_append_history
@@ -25,7 +25,7 @@ PS1=" %B${brackets:0:1} %F{${color}}%B%m%F{white}%B ${brackets:1:2}: %2~%F{white
source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/bindings"
source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliases"
-zstyle ':completion:*' completer _complete _ignored
+zstyle ':completion:*' completer _complete _ignored _expand _approximate _expand_alias
zstyle ':completion:*' list-colors 'di=1;36'
zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s
zstyle ':completion:*' matcher-list 'm:{[:lower:][:upper:]}={[:upper:][:lower:]} r:|[._-]=** r:|=**'