aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '%HOME%/.bashrc')
-rw-r--r--%HOME%/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc
index 7ea9817..9979721 100644
--- a/%HOME%/.bashrc
+++ b/%HOME%/.bashrc
@@ -58,7 +58,7 @@ alias ssh-copy-id='ssh-copy-id -i'
alias gdb='gdb -q'
# Group by 1 byte only with xxd:
-alias xxd='xxd -g 1'
+alias xxd='xxd -groupsize 1'
[ -r "$HOME/.bash_utils/file.sh" ] && source "$HOME/.bash_utils/file.sh"
[ -r "$HOME/.bash_utils/text.sh" ] && source "$HOME/.bash_utils/text.sh"