aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bashrc
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-09-06 18:48:22 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-09-06 18:48:22 +0300
commit9d454c64f2f75027ca50b0058b3374a6e2e67346 (patch)
tree1350f16e8814f05814ce57f124672dcc3ceeee3a /%HOME%/.bashrc
parent.bashrc: reorder stuff (diff)
downloadlinux-home-9d454c64f2f75027ca50b0058b3374a6e2e67346.tar.gz
linux-home-9d454c64f2f75027ca50b0058b3374a6e2e67346.zip
full parameter names
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"