From eb47d5636f5536a7c8f99e64a49a96c125f9d7c5 Mon Sep 17 00:00:00 2001 From: furtest Date: Sun, 29 Mar 2026 14:49:07 +0200 Subject: [PATCH] Misc updates --- gitignore | 1 + zsh_aliases | 1 - zshrc | 12 ++++-------- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/gitignore b/gitignore index 3f7e2a1..c940e5b 100644 --- a/gitignore +++ b/gitignore @@ -1,3 +1,4 @@ .unison_backups .gdb_history notes.md +.cache diff --git a/zsh_aliases b/zsh_aliases index 5d8f63d..d9b7cb0 100644 --- a/zsh_aliases +++ b/zsh_aliases @@ -4,7 +4,6 @@ alias l='ls -C' alias update='/home/furtest/files/scripts/update.sh' alias stop='/home/furtest/files/scripts/shutdown.sh' alias co='/home/furtest/files/scripts/cossh.sh' -alias unisync='/home/furtest/files/scripts/file_sync/sync.sh' alias open='xdg-open $@ > /dev/null 2>&1' alias cd='z' alias ghidra='/home/furtest/application/ghidra/ghidraRun' diff --git a/zshrc b/zshrc index f9d1734..c6ebc6e 100644 --- a/zshrc +++ b/zshrc @@ -17,6 +17,9 @@ DISABLE_AUTO_TITLE="true" # Caution: this setting can cause issues with multiline prompts in zsh < 5.7.1 (see #5765) #COMPLETION_WAITING_DOTS="true" +# Commment to remember how to do it +#setxkbmap -option ctrl:nocaps + plugins=(git common-aliases zsh-autosuggestions @@ -48,9 +51,6 @@ fi export WINEPREFIX=/home/furtest/applications/wine export WINEARCH=win32 -setxkbmap -option -setxkbmap -option ctrl:nocaps - export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) gpgconf --launch gpg-agent @@ -59,8 +59,7 @@ bindkey -v #deno and rust to path export DENO_INSTALL="/home/furtest/.deno" -export PATH="$PATH:$DENO_INSTALL/bin:/home/furtest/.cargo/bin" - +export PATH="$PATH:$DENO_INSTALL/bin:/home/furtest/.cargo/bin:/home/furtest/.local/bin" #if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then # exec tmux new-session -A -s main @@ -79,6 +78,3 @@ export PATH="$PATH:$DENO_INSTALL/bin:/home/furtest/.cargo/bin" #safe-paste : stop code from being executed when pasted (https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/safe-paste) #colorize : Syntax highlighted cat (ccat) (https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/colorize) #vi-mode : Improve terminal vi keybinding (https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vi-mode) - -# Created by `pipx` on 2024-09-29 10:10:31 -export PATH="$PATH:/home/furtest/.local/bin"