Skip to content

Commit 93cdf74

Browse files
committed
Update bashrc and dar-backup
1 parent 8acde8c commit 93cdf74

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bashrc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ alias mv='mv -i'
101101
alias gs='git status'
102102
alias gl='git log'
103103
alias glp='git log -p'
104+
alias gls='git log --stat'
104105
alias ga='git add --ignore-removal'
105106
alias gar='git add --all'
106107
alias gap='git add -p'
@@ -114,11 +115,9 @@ alias gr='git remote'
114115
alias grv='git remote -v'
115116
alias gba='git branch -a'
116117
#alias go='git checkout '
117-
alias gh='git hist' #relies on a git config item
118+
#alias gh='git hist' #relies on a git config item
118119

119-
alias mc.net='ssh [email protected]'
120-
alias kumbo='ssh [email protected]'
121-
alias macmini='ssh [email protected]'
120+
alias bat='bat --pager "less -RF"'
122121

123122
# Add an "alert" alias for long running commands. Use like so:
124123
# sleep 10; alert
@@ -166,4 +165,5 @@ export JAVA_HOME=$(readlink -f /usr/bin/java | sed "s:bin/java::")
166165
export PYTHONPATH=~/.py-site-packages
167166
export GOPATH=/home/dhardy/go
168167
export RUST_SRC_PATH=/home/dhardy/other/rust/src
169-
export PATH="$PATH:$HOME/.cargo/bin"
168+
export SHADERC=glslc
169+
. "$HOME/.cargo/env"

dar-backup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
EXCLUDE_FILES="'*.o'"
1818

1919
# This is a space-separated list of top-level files and directories to exclude from the backup.
20-
EXCLUDE_TOP=".cache .cargo .ccache .bash_history .thumbnails games download .spring kdesrc"
20+
EXCLUDE_TOP=".cache .cargo .ccache .bash_history .thumbnails games download .spring kdesrc .faforever pictures .gradle"
2121

2222
# This is a space-separated list of globs of paths to exclude.
2323
EXCLUDE_PATHS=".local/share/Steam .local/share/baloo .local/share/Trash .local/share/akonadi .local/share/baloo .kde/share/apps/nepomuk .Idea*/system SailfishOS"

0 commit comments

Comments
 (0)