stufff
This commit is contained in:
parent
6a0fe339dd
commit
f0af5dca69
1
.bashrc
1
.bashrc
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue