Misc updates

This commit is contained in:
2026-03-29 14:49:07 +02:00
parent 0d6e238d8b
commit eb47d5636f
3 changed files with 5 additions and 9 deletions
+1
View File
@@ -1,3 +1,4 @@
.unison_backups .unison_backups
.gdb_history .gdb_history
notes.md notes.md
.cache
-1
View File
@@ -4,7 +4,6 @@ alias l='ls -C'
alias update='/home/furtest/files/scripts/update.sh' alias update='/home/furtest/files/scripts/update.sh'
alias stop='/home/furtest/files/scripts/shutdown.sh' alias stop='/home/furtest/files/scripts/shutdown.sh'
alias co='/home/furtest/files/scripts/cossh.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 open='xdg-open $@ > /dev/null 2>&1'
alias cd='z' alias cd='z'
alias ghidra='/home/furtest/application/ghidra/ghidraRun' alias ghidra='/home/furtest/application/ghidra/ghidraRun'
+4 -8
View File
@@ -17,6 +17,9 @@ DISABLE_AUTO_TITLE="true"
# Caution: this setting can cause issues with multiline prompts in zsh < 5.7.1 (see #5765) # Caution: this setting can cause issues with multiline prompts in zsh < 5.7.1 (see #5765)
#COMPLETION_WAITING_DOTS="true" #COMPLETION_WAITING_DOTS="true"
# Commment to remember how to do it
#setxkbmap -option ctrl:nocaps
plugins=(git plugins=(git
common-aliases common-aliases
zsh-autosuggestions zsh-autosuggestions
@@ -48,9 +51,6 @@ fi
export WINEPREFIX=/home/furtest/applications/wine export WINEPREFIX=/home/furtest/applications/wine
export WINEARCH=win32 export WINEARCH=win32
setxkbmap -option
setxkbmap -option ctrl:nocaps
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent gpgconf --launch gpg-agent
@@ -59,8 +59,7 @@ bindkey -v
#deno and rust to path #deno and rust to path
export DENO_INSTALL="/home/furtest/.deno" 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 #if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
# exec tmux new-session -A -s main # 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) #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) #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) #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"