Misc updates
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user