Compare commits

..

7 Commits

Author SHA1 Message Date
3b1ee09014 zsh: Add preexec & precmd hook to vulporuza theme 2020-09-12 23:57:39 +02:00
Robin-Charles GUIHENEUF
34ef46e4af aliases: Add Netatmo path to PATH variable 2020-09-12 23:57:39 +02:00
Robin-Charles GUIHENEUF
032f6ddc71 aliases: Add git amend alias to amend commits automatically 2020-09-12 23:57:38 +02:00
Robin-Charles GUIHENEUF
8c1ee0b778 terminator: Include configuration file 2020-09-12 23:57:24 +02:00
Robin-Charles GUIHENEUF
0670865f1c codium: Migration from Nextcloud 2020-09-12 23:57:24 +02:00
Robin-Charles GUIHENEUF
7c0dae2b78 navi: Migration from Nextcloud 2020-09-12 23:57:24 +02:00
Robin-Charles GUIHENEUF
3a7ab2b1e8 zsh: Migration from Nextcloud 2020-09-12 23:57:23 +02:00

View File

@ -131,9 +131,6 @@ function ga {
# Git amend # Git amend
alias amend_pro="GIT_EDITOR=true git rebase --preserve-merges --exec 'git commit --amend --author=\"Robin-Charles GUIHENEUF <rguiheneuf@netatmo.com>\"' $1" alias amend_pro="GIT_EDITOR=true git rebase --preserve-merges --exec 'git commit --amend --author=\"Robin-Charles GUIHENEUF <rguiheneuf@netatmo.com>\"' $1"
alias amend_perso="GIT_EDITOR=true git rebase --preserve-merges --exec 'git commit --amend --author=\"Robin-Charles Guihéneuf <robin-charles@hotmail.fr>\"' $1" alias amend_perso="GIT_EDITOR=true git rebase --preserve-merges --exec 'git commit --amend --author=\"Robin-Charles Guihéneuf <robin-charles@hotmail.fr>\"' $1"
function grbr {
git rebase --interactive --autosquash --root
}
# Repositories # Repositories
alias bc='cd $HOME/Netatmo/embedded/firmware-bitcloud' alias bc='cd $HOME/Netatmo/embedded/firmware-bitcloud'