File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ alias mv='mv -i'
101
101
alias gs=' git status'
102
102
alias gl=' git log'
103
103
alias glp=' git log -p'
104
+ alias gls=' git log --stat'
104
105
alias ga=' git add --ignore-removal'
105
106
alias gar=' git add --all'
106
107
alias gap=' git add -p'
@@ -114,11 +115,9 @@ alias gr='git remote'
114
115
alias grv=' git remote -v'
115
116
alias gba=' git branch -a'
116
117
# 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
118
119
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"'
122
121
123
122
# Add an "alert" alias for long running commands. Use like so:
124
123
# sleep 10; alert
@@ -166,4 +165,5 @@ export JAVA_HOME=$(readlink -f /usr/bin/java | sed "s:bin/java::")
166
165
export PYTHONPATH=~ /.py-site-packages
167
166
export GOPATH=/home/dhardy/go
168
167
export RUST_SRC_PATH=/home/dhardy/other/rust/src
169
- export PATH=" $PATH :$HOME /.cargo/bin"
168
+ export SHADERC=glslc
169
+ . " $HOME /.cargo/env"
Original file line number Diff line number Diff line change 17
17
EXCLUDE_FILES=" '*.o'"
18
18
19
19
# 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 "
21
21
22
22
# This is a space-separated list of globs of paths to exclude.
23
23
EXCLUDE_PATHS=" .local/share/Steam .local/share/baloo .local/share/Trash .local/share/akonadi .local/share/baloo .kde/share/apps/nepomuk .Idea*/system SailfishOS"
You can’t perform that action at this time.
0 commit comments