summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2023-05-12 17:49:56 +0200
committermarcellus <msimon_fr@hotmail.com>2023-05-12 17:49:56 +0200
commit13673af51e280878478940148971717491822ffc (patch)
tree99a880e0c0b4e2d3d3e9ebc0d115dcd835143277 /zsh/.zshrc
parent7796cbf9687b8355755f3002372e8fe86c06616a (diff)
fix: small patch of dmenutimer
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 6c7e5c9..6f2b0b5 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -25,6 +25,7 @@ alias cz="$HOME/.config/zsh"
alias gs="git status"
alias rps="echo help | nc ratakor.com 9998"
alias nv="nvim"
+alias cdmnt="sudo mount -t iso9660 -o ro /dev/sr0 $HOME/cdrom"
autoload -U compinit
zstyle ':completion:*' menu select