feat: some stuff
This commit is contained in:
@ -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
|
||||
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user