Skip to content

Commit

Permalink
Update .bash_aliases
Browse files Browse the repository at this point in the history
- Added comment to mount alias
- Commented Arch specific aliases
  • Loading branch information
seelk07 authored Mar 11, 2024
1 parent c7cec88 commit 6e0944f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alias c='clear'
alias h='history'
alias vi='vim'
alias mkdir='mkdir -pv'
alias mount='mount |column -t'
alias mount='mount |column -t' # Use \mount or "mount" for mounting manually and ignore this alias

# Estimate file space usage to maximum depth
#alias du1='du -d 1'
Expand Down Expand Up @@ -37,8 +37,8 @@ alias fgrep='fgrep --color=auto'

# Distro specific
# Arch Linux
alias upgrade='sudo pacman -Syu'
alias pac='sudo pacman -S'
#alias upgrade='sudo pacman -Syu'
#alias pac='sudo pacman -S'

# Debian
#alias update='sudo apt update'
Expand Down

0 comments on commit 6e0944f

Please sign in to comment.