gitcycle works on Linux

This commit is contained in:
Fred Klassen 2023-02-05 18:31:43 -08:00
commit 49f0c0d904
No known key found for this signature in database
GPG key ID: E9E2149793BDE17E
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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