Compare commits

..

No commits in common. "ceb24b02168ebf764666e76beecdcb599b52e58f" and "a8eeb7f7f6c88b158fe946b8b699e8b2e78fed34" have entirely different histories.

3 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,5 @@
{
"python.formatting.provider": "black",
"python.pythonPath": "python3",
"coc.preferences.formatOnSaveFiletypes": [
"sh",
"yaml",

View File

@ -1,3 +0,0 @@
#!/bin/bash
BRANCH_GIT=$(git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remotes/origin/@@')
git checkout "$BRANCH_GIT" && git fetch upstream && git pull upstream "$BRANCH_GIT"

1
.zshrc
View File

@ -89,6 +89,7 @@ alias gst="git status -s"
alias gdiff="git diff"
alias gnew="git checkout -b"
alias glog="git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --branches"
alias gfg="(git checkout master; git checkout main) && git fetch upstream && git pull upstream master"
alias cal="cal -3"
alias code="vscodium-bin"
alias vpn="sudo /root/.local/bin/protonvpn c -f"