diff options
Diffstat (limited to 'sh/.config/shell')
-rw-r--r-- | sh/.config/shell/aliasrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/.config/shell/aliasrc b/sh/.config/shell/aliasrc index fb1bfbf..4d0851d 100644 --- a/sh/.config/shell/aliasrc +++ b/sh/.config/shell/aliasrc @@ -33,7 +33,7 @@ alias \ df="df -h" \ du="dust -r" \ free="free -m" \ - gdb='gdb -q -nh -x "$XDG_CONFIG_HOME/gdb/init' \ + gdb='gdb -q -nh -x "$XDG_CONFIG_HOME/gdb/init"' \ # Colorize commands when possible. alias \ |