This commit is contained in:
NaiJi ✨ 2024-04-26 15:08:38 +04:00
parent 6a0fe339dd
commit f0af5dca69
2 changed files with 2 additions and 0 deletions

View File

@ -130,3 +130,4 @@ alias vscode="echo 'I WILL KILL YOU RIGHT NOW'"
alias vim="nvim"
alias nsxiv="nsxiv -ap"
alias cal="cal -3 -m"
alias fzvim=". fzvim"

View File

@ -7,5 +7,6 @@ selected_path="$(find ~/Code/ ~/.local/bin/ ~/.config/ -maxdepth 2 -type d -not
if [ ! -z "${selected_path}" ]
then
echo "${selected_path}"
cd "$selected_path"
nvim "${selected_path}"
fi