save
This commit is contained in:
@@ -32,12 +32,6 @@ export PATH=$JAVA_HOME/bin:$PATH
|
|||||||
|
|
||||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||||
|
|
||||||
function qs() {
|
|
||||||
git add .
|
|
||||||
git commit -m "save"
|
|
||||||
git push
|
|
||||||
}
|
|
||||||
|
|
||||||
function take() {
|
function take() {
|
||||||
mkdir $1 && cd $1
|
mkdir $1 && cd $1
|
||||||
}
|
}
|
||||||
@@ -48,5 +42,3 @@ function retake() {
|
|||||||
function clip() {
|
function clip() {
|
||||||
cat $1 | clip.exe
|
cat $1 | clip.exe
|
||||||
}
|
}
|
||||||
|
|
||||||
fastfetch
|
|
||||||
|
|||||||
Reference in New Issue
Block a user