mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
parent
d8c078a45e
commit
60435533d5
@ -879,6 +879,11 @@ transmission-magnet () {
|
|||||||
transmission-remote -l -t $1 -i | grep magnet
|
transmission-remote -l -t $1 -i | grep magnet
|
||||||
}
|
}
|
||||||
|
|
||||||
|
git-squash () {
|
||||||
|
git reset --soft HEAD~$1
|
||||||
|
git commit
|
||||||
|
}
|
||||||
|
|
||||||
# .custom
|
# .custom
|
||||||
if [ -f ~/.custom ]; then
|
if [ -f ~/.custom ]; then
|
||||||
source ~/.custom
|
source ~/.custom
|
||||||
|
4
rc/zshrc
4
rc/zshrc
@ -868,6 +868,10 @@ transmission-magnet () {
|
|||||||
transmission-remote -l -t $1 -i | grep magnet
|
transmission-remote -l -t $1 -i | grep magnet
|
||||||
}
|
}
|
||||||
|
|
||||||
|
git-squash () {
|
||||||
|
git reset --soft HEAD~$1
|
||||||
|
git commit
|
||||||
|
}
|
||||||
|
|
||||||
# Source files for miscannellious modifications.
|
# Source files for miscannellious modifications.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user