aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Borner2020-06-21 22:04:03 +0200
committerMarvin Borner2020-06-21 22:04:03 +0200
commit916a102d5e624bcea3f2a75adef8438405c17fda (patch)
treeadda5bb31eeb882512443136face90423031acab
parent53b139315df3ec5622a704bc460c7b360ddf687d (diff)
Wew
-rw-r--r--.bashrc3
-rwxr-xr-xbackup2
-rwxr-xr-xsync2
3 files changed, 4 insertions, 3 deletions
diff --git a/.bashrc b/.bashrc
index 69279ef..e524d1a 100644
--- a/.bashrc
+++ b/.bashrc
@@ -42,9 +42,10 @@ alias gi='git init'
alias gs='git status'
alias gc='git commit'
alias ga='git add'
-alias gp='setsid -f git push --quiet'
+alias gp='setsid -f git push --quiet' # yeah..
alias gd='git diff'
alias gr='git reset'
+alias gl='git log'
# Functions
disasm() { objdump -drwC -Mintel "$1" | less; }
diff --git a/backup b/backup
index f1c9109..c369441 100755
--- a/backup
+++ b/backup
@@ -35,7 +35,7 @@ cp /etc/logid.cfg .etc/
cp /etc/X11/xorg.conf.d/* .etc/X11/xorg.conf.d/
# Inits
-cp "$HOME"/.bash_profile "$HOME"/.bashrc "$HOME"/.xinitrc "$HOME"/.Xresources .
+cp "$HOME"/.bash_profile "$HOME"/.bashrc "$HOME"/.xinitrc "$HOME"/.Xresources "$HOME"/.gitconfig .
cp -r "$HOME"/.lein .
# Boilerplates
diff --git a/sync b/sync
index 2ccf77b..e349493 100755
--- a/sync
+++ b/sync
@@ -41,7 +41,7 @@ echo
printf "\033[0;34m"
echo "Copying configs"
printf "\033[0;37m"
-cp -rv .config/ .local/ .lein/ .scripts/ .boilerplates/ .repos/ .bash_profile .bashrc .xinitrc .Xresources "$HOME"/
+cp -rv .config/ .local/ .lein/ .scripts/ .boilerplates/ .repos/ .bash_profile .bashrc .xinitrc .Xresources .gitconfig "$HOME"/
sudo cp -rv .etc/* /etc/
printf "\033[0;34m"