summaryrefslogtreecommitdiff
path: root/fedora/.config/shell/aliasrc
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-12-11 11:46:09 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-12-11 11:46:09 +0900
commit8c0fe8d0d0dd4bbd16c1095e25b2e3ffa1fdb0d3 (patch)
tree597b8dfd730eda9b410fb6082b0bee7fcc7e70e2 /fedora/.config/shell/aliasrc
parent74713d79880967f5f0f8652c6741bc5fa63a8794 (diff)
updates
Diffstat (limited to 'fedora/.config/shell/aliasrc')
-rw-r--r--fedora/.config/shell/aliasrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora/.config/shell/aliasrc b/fedora/.config/shell/aliasrc
index a219759..689699d 100644
--- a/fedora/.config/shell/aliasrc
+++ b/fedora/.config/shell/aliasrc
@@ -193,7 +193,7 @@ if [ -n "$BASH_VERSION" ]; then
# mkdir
alias mkdir='mkdir -pv'
- mkdir() { command mkdir -pv "$@"; }
+ function mkdir() { command mkdir -pv "$@"; }
# modified commands (keep cautious variants)
alias grep="/usr/bin/grep $GREP_OPTIONS"