aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--X11/alacritty/alacritty.yml2
-rw-r--r--zsh/zshrc2
2 files changed, 2 insertions, 2 deletions
diff --git a/X11/alacritty/alacritty.yml b/X11/alacritty/alacritty.yml
index 4c18df5..f61c41b 100644
--- a/X11/alacritty/alacritty.yml
+++ b/X11/alacritty/alacritty.yml
@@ -23,7 +23,7 @@ window:
23 23
24 padding: 24 padding:
25 x: 24 25 x: 24
26 y: 4 26 y: 12
27 27
28 decorations: full 28 decorations: full
29 startup_mode: Windowed 29 startup_mode: Windowed
diff --git a/zsh/zshrc b/zsh/zshrc
index 92ed7bb..a43dc2e 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -5,7 +5,7 @@ set -o emacs
5# 1 blinging block 2 block 5# 1 blinging block 2 block
6# 3 blinking under score 4 under score 6# 3 blinking under score 4 under score
7# 5 blinking bar 6 bar 7# 5 blinking bar 6 bar
8echo '\e[1 q' 8echo -n '\e[1 q'
9 9
10# helper repo 10# helper repo
11export SETTING_DIR=$HOME/helper 11export SETTING_DIR=$HOME/helper