From 2d17e272c392d08221a748fd0e6fac925b1332a7 Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Tue, 18 Feb 2025 21:00:07 +0500 Subject: [PATCH] add rust bin to path --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 210a131..7bf553e 100644 --- a/.zshrc +++ b/.zshrc @@ -17,10 +17,11 @@ alias ls="ls --color" alias acpoet='source $( poetry env list --full-path | grep Activated | cut -d" " -f1 )/bin/activate' alias config="/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME" -export PATH=/home/nikita/.local/bin:$PATH +export PATH=/home/nikita/.local/bin:~/.cargo/bin:$PATH export WLR_NO_HARDWARE_CURSORS=1 export EDITOR=nvim export SUDO_EDITOR=/usr/bin/nvim +export XDG_CURRENT_DESKTOP=Sway ### Added by Zinit's installer if [[ ! -f $HOME/.local/share/zinit/zinit.git/zinit.zsh ]]; then