From 5d31a4345f6033c029b577d3ec248d67a1e62300 Mon Sep 17 00:00:00 2001 From: ZennDev1337 Date: Tue, 27 Aug 2024 07:48:58 +0200 Subject: [PATCH] update to settings --- .profile | 2 ++ .zshrc | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.profile b/.profile index 0e110d6..ee46a0c 100644 --- a/.profile +++ b/.profile @@ -37,3 +37,5 @@ fi # Added by Toolbox App export PATH="$PATH:/home/zenn/.local/share/JetBrains/Toolbox/scripts" + +[ -f "/home/zenn/.ghcup/env" ] && . "/home/zenn/.ghcup/env" # ghcup-env \ No newline at end of file diff --git a/.zshrc b/.zshrc index fbcf140..11d9e48 100644 --- a/.zshrc +++ b/.zshrc @@ -26,6 +26,7 @@ export GOPATH="$HOME/.gobrew/gopath" export PYENV_ROOT="$HOME/.pyenv" 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 XCURSOR_SIZE=16 ################## # Source # @@ -40,14 +41,17 @@ eval "$(pyenv init -)" ################## alias ll="ls -al" 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 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 clr="clear" alias cat="batcat" +alias pycharm="XCURSOR_SIZE=16 pycharm $1" ################### # Start Scripts # ################### fastfetch -c neofetch.jsonc + +[ -f "/home/zenn/.ghcup/env" ] && . "/home/zenn/.ghcup/env" # ghcup-env