summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-04 09:47:36 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-04 09:47:36 +0200
commit9f9ce41771dfc087235f9fbd2d94f8256e0b8011 (patch)
tree86540f3293685400af4f2963d2f2ec451d441171 /.config
parent45475a1b2edd4395fdf3542b5a5fc97c53deb587 (diff)
downloaddotfiles-9f9ce41771dfc087235f9fbd2d94f8256e0b8011.tar.gz
dotfiles-9f9ce41771dfc087235f9fbd2d94f8256e0b8011.zip
misc(bash): add trash alias
Diffstat (limited to '.config')
-rw-r--r--.config/bash/bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/bash/bashrc b/.config/bash/bashrc
index 1e64dee..a44bae1 100644
--- a/.config/bash/bashrc
+++ b/.config/bash/bashrc
@@ -26,6 +26,7 @@ shopt -s extglob # extended pattern matching (like `?(a|b|c)`)
alias r="fc -s" # See <term://bash -c 'fc --help'>
alias wl-copy="wl-copy --trim-newline"
+alias trash='gio trash'
export INPUTRC="$HOME/.config/bash/inputrc" # Readline configuration
export VISUAL=nvim EDITOR=nvim # used by various programs like `git`, `fc`, `man`, …