diff --git a/.config/mimeapps.list b/.config/mimeapps.list index 3ac1677..b2b9eb9 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -151,4 +151,5 @@ application/xml=zen.desktop application/pdf=zen.desktop text/html=zen.desktop text/vnd.trolltech.linguist=zen.desktop -x-scheme-handler/nxm=com.nexusmods.app.desktop +x-scheme-handler/nxm=modorganizer2-nxm-handler.desktop +x-scheme-handler/discord-1361252452329848892=discord-1361252452329848892.desktop diff --git a/.config/rofi/scripts/rofi-anki-script.sh b/.config/rofi/scripts/rofi-anki-script.sh index 1c8767f..b387446 100755 --- a/.config/rofi/scripts/rofi-anki-script.sh +++ b/.config/rofi/scripts/rofi-anki-script.sh @@ -1,14 +1,14 @@ #!/usr/bin/env bash CHOICES=( - "1. Screenshot (Lapis)" + "1. Screenshot (Kiku)" "2. Screenshot (Luna)" "3. Record Audio" ) CHOICE=$(printf "%s\n" "${CHOICES[@]}" | rofi -dmenu -i -theme "$HOME/.config/rofi/launchers/type-2/style-2.rasi" -theme-str 'window {width: 25%;} listview {columns: 1; lines: 5;}' -p "Select an option") case "$CHOICE" in -"1. Screenshot (Lapis)") +"1. Screenshot (Kiku)") PICTURE_FIELD=Picture "$HOME/projects/scripts/screenshot-anki.sh" ;; "2. Screenshot (Luna)") @@ -21,4 +21,3 @@ case "$CHOICE" in exit 1 ;; esac - diff --git a/.zsh/.zshrc##default b/.zsh/.zshrc##default index 28cc42e..3410acb 100644 --- a/.zsh/.zshrc##default +++ b/.zsh/.zshrc##default @@ -28,6 +28,7 @@ setopt HIST_IGNORE_SPACE # don’t record commands that start with a space FPATH="$HOME/.docker/completions:$FPATH" [[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path zsh)" +eval "$(fnm env --use-on-cd --shell zsh)" bindkey -v # zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' diff --git a/projects/scripts/screenshot-anki.sh b/projects/scripts/screenshot-anki.sh index 2766e9a..72bd318 100755 --- a/projects/scripts/screenshot-anki.sh +++ b/projects/scripts/screenshot-anki.sh @@ -31,7 +31,7 @@ parse_opts() { *) echo "Usage: $0 [-c] [-n DECK_NAME]" >&2 echo " -c: Capture current window" >&2 - echo " -n: Specify note name (e.g., Lapis)" >&2 + echo " -n: Specify note name (e.g., Kiku)" >&2 exit 1 ;; esac