We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0283c commit 3f63ddbCopy full SHA for 3f63ddb
1 file changed
.bash_aliases
@@ -41,7 +41,7 @@ alias dlogs='docker logs'
41
startgit() { cd "$(git rev-parse --show-toplevel)" && git checkout master && git pull; }
42
43
# File Management
44
-alias rmrf='rm -rf' # Use with caution
+alias rmrf='rm -rf' # Use with caution
45
alias mkdir='mkdir -p'
46
alias mv='mv -i'
47
alias cp='cp -i'
@@ -52,7 +52,7 @@ alias fgrep='fgrep --color=auto'
52
alias egrep='egrep --color=auto'
53
54
# System Monitoring
55
-alias top='htop' # Requires htop installed
+alias top='htop' # Requires htop installed
56
alias df='df -h'
57
alias du='du -ch'
58
0 commit comments