File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ alias _='sudo'
20
20
alias vbrc=' ${VISUAL:-vim} ~/.bashrc'
21
21
alias vbpf=' ${VISUAL:-vim} ~/.bash_profile'
22
22
23
-
24
23
# colored grep
25
24
# Need to check an existing file for a pattern that will be found to ensure
26
25
# that the check works when on an OS that supports the color option
@@ -51,11 +50,11 @@ alias ipy='ipython'
51
50
52
51
alias piano=' pianobar'
53
52
54
- alias ..=' cd ..' # Go up one directory
55
- alias cd..=' cd ..' # Common misspelling for going up one directory
56
- alias ...=' cd ../..' # Go up two directories
57
- alias ....=' cd ../../..' # Go up three directories
58
- alias -- -=' cd -' # Go back
53
+ alias ..=' cd ..' # Go up one directory
54
+ alias cd..=' cd ..' # Common misspelling for going up one directory
55
+ alias ...=' cd ../..' # Go up two directories
56
+ alias ....=' cd ../../..' # Go up three directories
57
+ alias -- -=' cd -' # Go back
59
58
alias dow=' cd /home/$USER/Downloads' # Go to the Downloads directory
60
59
61
60
# Shell History
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ __gradle-set-build-file() {
48
48
49
49
__gradle-set-cache-name () {
50
50
# Cache name is constructed from the absolute path of the build file.
51
- cache_name=${gradle_build_file// ' / ' / _}
51
+ cache_name=${gradle_build_file// " / " / _}
52
52
}
53
53
54
54
__gradle-set-files-checksum () {
You can’t perform that action at this time.
0 commit comments