From 12ba60eb1328cff4f5983a99266ebbd4b94f0099 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 21 Mar 2019 13:59:09 +0000 Subject: [PATCH] Prefer TwoDark theme for bat This seems to resemble Atom's One Dark theme that I'm using in Vim, Emacs, wallpaper already. Would be nice to keep everything consistent. I should update the i3 Status Bar and Chrome to support One Dark themes as well. --- configs/shared/zsh/aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/shared/zsh/aliases.zsh b/configs/shared/zsh/aliases.zsh index 9ede83c80..7a8c0dafb 100644 --- a/configs/shared/zsh/aliases.zsh +++ b/configs/shared/zsh/aliases.zsh @@ -21,7 +21,7 @@ alias ll="exa -l" alias la="exa -la" alias lorem="echo Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." alias e="emacsclient --no-wait --create-frame" -alias cat="bat" +alias cat="bat --theme=TwoDark" alias j='fasd_cd -d' # to emulate autojump; my muscle memory is hardened here alias vim=nvim # prefer neovim to vim alias links='find ~ -maxdepth 1 -type l -exec exa {} \;' # list all of the links in the home directory