dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit f5119125c9d6fe36a89ac47390f83a01f3fad21b
parent af1d3122dc810c7d534a58592b101439789c8087
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 26 Mar 2020 11:17:04 +0100

Remove Xresources, do not gpg sign in git aliases

Diffstat:
D.Xresources | 34----------------------------------
M.profile | 8++++----
2 files changed, 4 insertions(+), 38 deletions(-)

diff --git a/.Xresources b/.Xresources @@ -1,34 +0,0 @@ -*.foreground: #c5c8c6 -*.background: #1d1f21 - -/* black */ -*color0: #434944 -*color8: #6c6d6b - -/* red */ -*color1: #da5673 -*color9: #dba2b4 - -/* green */ -*color2: #8cc16d -*color10: #898e38 - -/* yellow */ -*color3: #eebf35 -*color11: #8a6b3d - -/* blue */ -*color4: #5cabdc -*color12: #126b8c - -/* magenta */ -*color5: #b595cf -*color13: #7457a2 - -/* cyan */ -*color6: #44a9ba -*color14: #87c7d4 - -/* white */ -*color7: #fbfbf8 -*color15: #bfc2bc diff --git a/.profile b/.profile @@ -92,12 +92,12 @@ alias gss='git ss' alias ga='git add' alias gd='git diff --' alias gch='git diff HEAD^..HEAD' -alias gc='git commit --verbose --gpg-sign' -alias gca='git commit --all --verbose --gpg-sign' +alias gc='git commit --verbose' +alias gca='git commit --all --verbose' alias gp='git push' alias gpu='git pull && git fetch --all' -alias gcgp='git commit --verbose --gpg-sign && git push' -alias gcagp='git commit --all --verbose --gpg-sign && git push' +alias gcgp='git commit --verbose && git push' +alias gcagp='git commit --all --verbose && git push' tsplit() { if [ -z "$TMUX" ]; then