feat: some stuff

This commit is contained in:
2022-03-28 14:12:36 +02:00
parent e8a2b9b3f9
commit 44e2c18c7a
12 changed files with 107 additions and 62 deletions

View File

@ -1,5 +1,7 @@
function conf(){
OLD_PWD=$PWD;
if [ "$1" = "u" ]; then
source ~/.zshrc
else
@ -21,7 +23,8 @@ function conf(){
nvim .
fi
fi
cd $OLD_PWD
}

View File

@ -17,7 +17,15 @@ function fx(){
cd $2
fi
if [ "$1" = "d" ]; then
dv
fi
if [ "$1" = "v" ]; then
nvim .
fi
if [ "$1" = "o" ]; then
code-insiders .
fi
}
}