Skip to content

Commit 7d531c9

Browse files
committed
Fix format
1 parent 0f6049f commit 7d531c9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

aliases/available/general.aliases.bash

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ alias _='sudo'
2020
alias vbrc='${VISUAL:-vim} ~/.bashrc'
2121
alias vbpf='${VISUAL:-vim} ~/.bash_profile'
2222

23-
2423
# colored grep
2524
# Need to check an existing file for a pattern that will be found to ensure
2625
# that the check works when on an OS that supports the color option
@@ -51,11 +50,11 @@ alias ipy='ipython'
5150

5251
alias piano='pianobar'
5352

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
5958
alias dow='cd /home/$USER/Downloads' # Go to the Downloads directory
6059

6160
# Shell History

0 commit comments

Comments
 (0)