Compare commits

..

5 Commits

Author SHA1 Message Date
Robin-Charles GUIHENEUF dd5b84ac13 zsh: Add preexec & precmd hook to vulporuza theme 2020-09-11 09:55:40 +02:00
Robin-Charles GUIHENEUF 8ccf3c5138 Add git amend alias to amend commits automatically 2020-09-11 09:55:40 +02:00
Robin-Charles GUIHENEUF eff741a188 Add Netatmo path to PATH variable 2020-09-11 09:55:40 +02:00
Robin-Charles GUIHENEUF 6d6b09e6aa Include terminator configuration file 2020-09-11 09:55:40 +02:00
vulporuza 7e30e6e894 Migration from Nextcloud 2020-09-11 09:55:39 +02:00
3 changed files with 5 additions and 8 deletions
+4 -7
View File
@@ -114,10 +114,6 @@ function grbm {
git rebase -i master git rebase -i master
} }
function grbr {
git rebase --interactive --autosquash --root
}
function gam { function gam {
git autofixup master git autofixup master
git rebase --interactive --autosquash master git rebase --interactive --autosquash master
@@ -128,13 +124,14 @@ function ga {
git rebase --interactive --autosquash HEAD~$1 git rebase --interactive --autosquash HEAD~$1
} }
# 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_perso="GIT_EDITOR=true git rebase --preserve-merges --exec 'git commit --amend --author=\"Robin-Charles Guihéneuf <robin-charles@hotmail.fr>\"' $1"
function grbr { function grbr {
git rebase --interactive --autosquash --root git rebase --interactive --autosquash --root
} }
# 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_perso="GIT_EDITOR=true git rebase --preserve-merges --exec 'git commit --amend --author=\"Robin-Charles Guihéneuf <robin-charles@hotmail.fr>\"' $1"
# Repositories # Repositories
alias bc='cd $HOME/Netatmo/embedded/firmware-bitcloud' alias bc='cd $HOME/Netatmo/embedded/firmware-bitcloud'
alias fw='cd $HOME/Netatmo/embedded/firmware' alias fw='cd $HOME/Netatmo/embedded/firmware'
View File
+1 -1
View File
@@ -10,7 +10,7 @@
[keybindings] [keybindings]
[profiles] [profiles]
[[default]] [[default]]
background_darkness = 0.6 background_darkness = 0.7
background_type = transparent background_type = transparent
cursor_color = "#908c8c" cursor_color = "#908c8c"
font = Monospace 11 font = Monospace 11