Skip to content

Commit

Permalink
needless lines
Browse files Browse the repository at this point in the history
  • Loading branch information
nishigori committed Jun 23, 2024
1 parent 98398c4 commit bec1d4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export XDG_CONFIG_HOME=$HOME/.config
export XDG_CACHE_HOME=$HOME/.cache
export EDITOR=vi
export LESS="-XRF --shift 8 --LONG-PROMPT"
#

path=( $HOME/.local/bin(N-/) $HOME/bin(N-/) $path )

case ${OSTYPE} in
Expand Down Expand Up @@ -239,8 +239,6 @@ bindkey '^q' fzf-cdr
#####################
# https://github.com/junegunn/fzf#environment-variables
export FZF_DEFAULT_OPTS="--layout=reverse --inline-info"
#export ANT_ARGS="-logger org.apache.tools.ant.listener.AnsiColorLogger"
#export ANT_OPTS="$ANT_OPTS -Dant.logger.defaults=$HOME/.antrc_logger"

if (( $+commands[direnv] )); then eval "$(direnv hook zsh)"; fi

Expand Down

0 comments on commit bec1d4a

Please sign in to comment.