summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2025-02-03 01:34:25 +0200
committerDrNuget <drnuget@outlook.com>2025-02-03 01:35:12 +0200
commit467d187192011a5d4440232db6be903bd3c5b265 (patch)
tree4eec8495c8ce88fbd639a704d40603f8466b3cc0 /.bashrc
parentf44e49a7b4dd8c28bdce8cd8326457161d427f4b (diff)
bashrc add mount/umount aliases
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index d35d0eb..4f803a3 100644
--- a/.bashrc
+++ b/.bashrc
@@ -17,6 +17,9 @@ alias grep="grep --color=auto"
alias vrc="vim $HOME/.config/nvim/init.lua"
+alias mn="udisksctl mount -b"
+alias um="udisksctl unmount -b"
+
#Arch default PS1:
PS1="[\u@\h \W]\$ "