zsh: add bemenu-dracula submodule

This commit is contained in:
surtur 2021-09-01 15:40:40 +02:00
parent 4d22b4c163
commit 3cc11d7ac3
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule ".zsh/bemenu-dracula"]
path = .zsh/bemenu-dracula
url = https://github.com/dracula/bemenu

1
.zsh/bemenu-dracula Submodule

@ -0,0 +1 @@
Subproject commit 9b1165b3d97e3b2a74c6ce220781b78d8a11febf

1
.zshrc
View File

@ -127,6 +127,7 @@
# User configuration
source ~/.dotenv
source ~/.zsh/bemenu-dracula/bemenu-dracula
# You may need to manually set your language environment
export LANG=en_GB.UTF-8