File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,8 @@ alias gd='git diff'
105
105
alias gdc=' git diff --cached'
106
106
alias gc=' git commit'
107
107
alias gb=' git branch'
108
+ alias gcp=' git checkout -p --'
109
+ alias grH=' git reset HEAD --'
108
110
109
111
# Add an "alert" alias for long running commands. Use like so:
110
112
# sleep 10; alert
@@ -140,7 +142,7 @@ alias vi=vim
140
142
# PS1='[\u@\h \W]\$ '
141
143
142
144
if [ -d $HOME /.local/bin ]; then
143
- export PATH=$HOME /.local/bin:$PATH
145
+ export PATH=$HOME /.local/bin:$PATH :/home/install/rust/bin
144
146
fi
145
147
146
148
# make git log interact better:
Original file line number Diff line number Diff line change
1
+ # from : http://wiki.archlinux.org/index.php/Bash
2
+
3
+ " \e [A " : history-search-backward
4
+ " \e [B " : history-search-forward
You can’t perform that action at this time.
0 commit comments