aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zsh.after/functions.zsh5
1 files changed, 4 insertions, 1 deletions
diff --git a/.zsh.after/functions.zsh b/.zsh.after/functions.zsh
index cf0f86a..284b837 100644
--- a/.zsh.after/functions.zsh
+++ b/.zsh.after/functions.zsh
@@ -245,7 +245,7 @@ function lopen () {
;;
esac
;;
- "dvzrv")
+ "dvzrv" | "nashoe")
case $1 in
"music")
sudo cryptsetup luksOpen /dev/disk/by-id/ata-ST9500325AS_6VE152RS $1
@@ -253,6 +253,9 @@ function lopen () {
"photos")
sudo cryptsetup luksOpen /dev/disk/by-id/ata-ST9500325AS_6VE457TN $1
;;
+ "backup")
+ sudo cryptsetup luksOpen /dev/disk/by-id/ata-HGST_HTS725050A7E630_TF755AWHHS9S1M $1
+ ;;
esac
esac
if [[ -e "/dev/mapper/$1" ]]; then