mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
parent
d8c078a45e
commit
60435533d5
@ -879,6 +879,11 @@ transmission-magnet () {
|
||||
transmission-remote -l -t $1 -i | grep magnet
|
||||
}
|
||||
|
||||
git-squash () {
|
||||
git reset --soft HEAD~$1
|
||||
git commit
|
||||
}
|
||||
|
||||
# .custom
|
||||
if [ -f ~/.custom ]; then
|
||||
source ~/.custom
|
||||
|
Loading…
Reference in New Issue
Block a user