mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-16 02:27:03 +01:00
gitcycle works on Linux
This commit is contained in:
parent
1f9a859014
commit
49f0c0d904
2 changed files with 2 additions and 4 deletions
|
|
@ -47,8 +47,6 @@ mvim --version > /dev/null 2>&1
|
||||||
MACVIM_INSTALLED=$?
|
MACVIM_INSTALLED=$?
|
||||||
if [ $MACVIM_INSTALLED -eq 0 ]; then
|
if [ $MACVIM_INSTALLED -eq 0 ]; then
|
||||||
alias vim="mvim -v"
|
alias vim="mvim -v"
|
||||||
else
|
|
||||||
alias vi='vim'
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# mimic vim functions
|
# mimic vim functions
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||||
|
|
||||||
# Path to your oh-my-zsh installation.
|
# 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
|
# 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,
|
# load a random theme each time oh-my-zsh is loaded, in which case,
|
||||||
|
|
@ -81,7 +81,7 @@ plugins=(
|
||||||
copybuffer
|
copybuffer
|
||||||
copyfile
|
copyfile
|
||||||
copypath
|
copypath
|
||||||
dirhistory
|
dircycle
|
||||||
docker
|
docker
|
||||||
extract
|
extract
|
||||||
fd
|
fd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue