diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2021-09-15 12:23:21 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2021-09-15 12:23:21 +0100 |
commit | a4967156250c0bd45399fcec2fa56100a408ae32 (patch) | |
tree | d024f15a7206c03aaea0069db7c4405cbef03973 | |
parent | d2a1b0c9b0e5811b31d522c17459591e634a2229 (diff) | |
download | dotfiles-a4967156250c0bd45399fcec2fa56100a408ae32.tar.gz dotfiles-a4967156250c0bd45399fcec2fa56100a408ae32.tar.bz2 dotfiles-a4967156250c0bd45399fcec2fa56100a408ae32.zip |
(General)~small changes
Just check each edit, there's nothing to describe or explain here.
-rw-r--r-- | Shell/.zprofile | 1 | ||||
-rw-r--r-- | Shell/.zshrc | 1 | ||||
-rw-r--r-- | XServer/.xinitrc | 2 | ||||
-rw-r--r-- | alacritty/.config/alacritty/alacritty.yml | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/Shell/.zprofile b/Shell/.zprofile index 978c0a3..5795a62 100644 --- a/Shell/.zprofile +++ b/Shell/.zprofile @@ -20,3 +20,4 @@ export XDG_RUNTIME_DIR=/run/user/`id -u` # Run some programs /usr/bin/pfetch +misfortune diff --git a/Shell/.zshrc b/Shell/.zshrc index 64453e3..6a62c2c 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -128,6 +128,7 @@ export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion +. $HOME/.cargo/env #THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!! export SDKMAN_DIR="/home/dx/.sdkman" diff --git a/XServer/.xinitrc b/XServer/.xinitrc index 237bb41..f44c934 100644 --- a/XServer/.xinitrc +++ b/XServer/.xinitrc @@ -23,5 +23,5 @@ dwmblocks & # $HOME/.config/bspwm/bspwmrc while :; do - ssh-agent dwm + dwm done diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 1462dea..d8da36e 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -144,7 +144,7 @@ font: #style: Bold Italic # Point size - size: 8.0 + size: 10.0 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. |