Updated
This commit is contained in:
parent
dc7775be9b
commit
3e393daab4
6 changed files with 20 additions and 2 deletions
5
.zshrc
5
.zshrc
|
|
@ -160,6 +160,7 @@ alias gitr="git remote -v"
|
|||
alias gitrr="git remote remove origin"
|
||||
alias gitra="git remote add origin"
|
||||
alias giti="git init && git branch -m master main"
|
||||
alias gitreset="git checkout --orphan temp && git add -A && git commit -am 'git commits resetted' && git branch -D main && git branch -m main && git push -f origin main"
|
||||
|
||||
alias tarc="tar -zcvf"
|
||||
alias tarx="tar -zxvf"
|
||||
|
|
@ -247,6 +248,10 @@ homerlogo() {
|
|||
sudo rsync -avhP $1 ~/dotfiles/.config/homer/tools/$1
|
||||
}
|
||||
|
||||
mkvsub() {
|
||||
mkvextract tracks $1 $2:$1.eng.srt
|
||||
}
|
||||
|
||||
# Void
|
||||
# alias rb="sudo reboot"
|
||||
# alias sd="sudo shutdown -h now"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue