diff options
author | A Farzat <a@farzat.xyz> | 2024-11-05 07:42:55 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-11-13 07:42:55 +0900 |
commit | cb5affa0e11c200f175e26ced4f2866aa916d2c9 (patch) | |
tree | 157d2d413b3e1090fecb9aeb06cd51b49040a2c9 /.config/zsh/halfway/general.zsh | |
parent | 6afb1f1eec5a8254635773f952fb6494f35a1933 (diff) | |
download | dotfiles-cb5affa0e11c200f175e26ced4f2866aa916d2c9.tar.gz dotfiles-cb5affa0e11c200f175e26ced4f2866aa916d2c9.zip |
Remove zsh submodule
Zsh config will be included as bare files instead of a submodule. The
zsh config repo will still exist, but the content will be used by yadm
without the repo itself.
Diffstat (limited to '.config/zsh/halfway/general.zsh')
-rw-r--r-- | .config/zsh/halfway/general.zsh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/zsh/halfway/general.zsh b/.config/zsh/halfway/general.zsh new file mode 100644 index 0000000..909c13f --- /dev/null +++ b/.config/zsh/halfway/general.zsh @@ -0,0 +1,9 @@ +# Run the sequences in the current terminal to apply the theme. +# The first is synchronous, the second is asynchronous. +cat ~/.cache/wal/sequences; +# (cat ~/.cache/wal/sequences &); +# To add support for TTYs this line can be optionally added. +source ~/.cache/wal/colors-tty.sh +# Attempts to restore the cursor colour - harmless, usually doesn't work +# but sometimes it is actually the only thing that works. +printf '%b' '\e]12' |