diff --git a/current-desktop-desktop.png b/current-desktop-desktop.png new file mode 100644 index 0000000..4d535db Binary files /dev/null and b/current-desktop-desktop.png differ diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 0759832..2aa1afe 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -3,6 +3,7 @@ export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 if [[ "$OSTYPE" == "linux-gnu" ]]; then # Linux + eval `dircolors ~/.dir_colors/dircolors` export VISUAL="nvim" alias vim="$VISUAL" elif [[ "$OSTYPE" == "darwin"* ]]; then