Skip to content

Commit 3f63ddb

Browse files
committed
style(ci): apply shfmt formatting to .bash_aliases (double-space to single before comments)
1 parent ba0283c commit 3f63ddb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.bash_aliases

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ alias dlogs='docker logs'
4141
startgit() { cd "$(git rev-parse --show-toplevel)" && git checkout master && git pull; }
4242

4343
# File Management
44-
alias rmrf='rm -rf' # Use with caution
44+
alias rmrf='rm -rf' # Use with caution
4545
alias mkdir='mkdir -p'
4646
alias mv='mv -i'
4747
alias cp='cp -i'
@@ -52,7 +52,7 @@ alias fgrep='fgrep --color=auto'
5252
alias egrep='egrep --color=auto'
5353

5454
# System Monitoring
55-
alias top='htop' # Requires htop installed
55+
alias top='htop' # Requires htop installed
5656
alias df='df -h'
5757
alias du='du -ch'
5858

0 commit comments

Comments
 (0)