Skip to content

Commit

Permalink
Add bash alias for less to always print raw chars
Browse files Browse the repository at this point in the history
  • Loading branch information
steveno committed Nov 16, 2023
1 parent e2b25bf commit 6dc7a3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dot_bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ alias vim='nvim'
alias ls='ls --color'
alias l='ls -CF'
alias ll='ls -alF'
alias less='less -r'

# Make checking tarnsap easier
alias check_tarsnap='sudo tarsnap --list-archives | sort'

0 comments on commit 6dc7a3f

Please sign in to comment.