We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744ea39 commit 5b453eeCopy full SHA for 5b453ee
.bash_profile
@@ -17,10 +17,6 @@ alias ...="cd ../.."
17
alias ....="cd ../../.."
18
alias .....="cd ../../../.."
19
20
-# Shortcuts to my Code folder in my home directory
21
-alias code="cd ~/Code"
22
-alias sites="cd ~/Code/sites"
23
-
24
# Enable aliases to be sudo’ed
25
alias sudo='sudo '
26
@@ -29,7 +25,7 @@ alias sudo='sudo '
29
alias c='pygmentize -O style=monokai -f console256 -g'
30
31
27
# Git
32
-# You must install Git first - ""
28
+# You must install Git first
33
alias gs='git status'
34
alias ga='git add .'
35
alias gc='git commit -m' # requires you to type a commit message
0 commit comments