Compare commits

..

7 Commits

Author SHA1 Message Date
Robin-Charles GUIHENEUF
1912118e98 zsh: Add preexec & precmd hook to vulporuza theme 2020-09-12 23:55:25 +02:00
Robin-Charles GUIHENEUF
1f4a1ec059 aliases: Add Netatmo path to PATH variable 2020-09-12 23:55:25 +02:00
Robin-Charles GUIHENEUF
9003b82f1b aliases: Add git amend alias to amend commits automatically 2020-09-12 23:54:38 +02:00
Robin-Charles GUIHENEUF
6280d71f36 terminator: Include configuration file 2020-09-12 23:54:14 +02:00
Robin-Charles GUIHENEUF
ee661b3fa9 codium: Migration from Nextcloud 2020-09-12 23:54:14 +02:00
Robin-Charles GUIHENEUF
730d902f7c navi: Migration from Nextcloud 2020-09-12 23:54:14 +02:00
Robin-Charles GUIHENEUF
907355f3e7 zsh: Migration from Nextcloud 2020-09-12 23:54:14 +02:00

View File

@ -131,6 +131,9 @@ 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'