This commit is contained in:
2025-01-13 19:37:37 -05:00
parent fd57f541be
commit 4d10ff9d85
2 changed files with 0 additions and 9 deletions

View File

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