From 49f0c0d9045713b1f49545daa88007b09ec41162 Mon Sep 17 00:00:00 2001 From: Fred Klassen Date: Sun, 5 Feb 2023 18:31:43 -0800 Subject: [PATCH] gitcycle works on Linux --- custom/aliases.zsh | 2 -- templates/zshrc.zsh-template | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/custom/aliases.zsh b/custom/aliases.zsh index 4a77c9faf..585d2efd9 100644 --- a/custom/aliases.zsh +++ b/custom/aliases.zsh @@ -47,8 +47,6 @@ mvim --version > /dev/null 2>&1 MACVIM_INSTALLED=$? if [ $MACVIM_INSTALLED -eq 0 ]; then alias vim="mvim -v" -else - alias vi='vim' fi # mimic vim functions diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index ed28cffa4..183790877 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -2,7 +2,7 @@ # export PATH=$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. -export ZSH=$HOME/.oh-my-zsh +export ZSH="$HOME/.oh-my-zsh" # Set name of the theme to load --- if set to "random", it will # load a random theme each time oh-my-zsh is loaded, in which case, @@ -81,7 +81,7 @@ plugins=( copybuffer copyfile copypath - dirhistory + dircycle docker extract fd