update to settings

This commit is contained in:
ZennDev1337 2024-08-27 07:48:58 +02:00
parent 26a0e12ecc
commit 5d31a4345f
2 changed files with 7 additions and 1 deletions

View file

@ -37,3 +37,5 @@ fi
# Added by Toolbox App # Added by Toolbox App
export PATH="$PATH:/home/zenn/.local/share/JetBrains/Toolbox/scripts" export PATH="$PATH:/home/zenn/.local/share/JetBrains/Toolbox/scripts"
[ -f "/home/zenn/.ghcup/env" ] && . "/home/zenn/.ghcup/env" # ghcup-env

6
.zshrc
View file

@ -26,6 +26,7 @@ export GOPATH="$HOME/.gobrew/gopath"
export PYENV_ROOT="$HOME/.pyenv" export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH" export PATH="$PYENV_ROOT/bin:$PATH"
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
export XCURSOR_SIZE=16
################## ##################
# Source # # Source #
@ -40,14 +41,17 @@ eval "$(pyenv init -)"
################## ##################
alias ll="ls -al" alias ll="ls -al"
alias vim="nvim" alias vim="nvim"
alias update="sudo apt update && sudo apt upgrade -y && flatpak update -y" alias update="sudo apt update && sudo apt upgrade $1 && flatpak update $1"
alias alacritty="env -u WAYLAND_DISPLAY alacritty" alias alacritty="env -u WAYLAND_DISPLAY alacritty"
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME/' alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME/'
alias config-fix='mkdir -p .config-backup && config checkout 2>&1 | egrep "\s+\." | awk {"print $1"} | xargs -I{} mv {} .config-backup/{}' alias config-fix='mkdir -p .config-backup && config checkout 2>&1 | egrep "\s+\." | awk {"print $1"} | xargs -I{} mv {} .config-backup/{}'
alias clr="clear" alias clr="clear"
alias cat="batcat" alias cat="batcat"
alias pycharm="XCURSOR_SIZE=16 pycharm $1"
################### ###################
# Start Scripts # # Start Scripts #
################### ###################
fastfetch -c neofetch.jsonc fastfetch -c neofetch.jsonc
[ -f "/home/zenn/.ghcup/env" ] && . "/home/zenn/.ghcup/env" # ghcup-env