Skip to content

Commit

Permalink
changing zsh configs
Browse files Browse the repository at this point in the history
  • Loading branch information
mthnglac committed Dec 5, 2020
1 parent 44c8c85 commit feaa23c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ source $ZSH/oh-my-zsh.sh
alias bashconfig="nvim ~/.bashrc"
alias zshconfig="nvim ~/.zshrc"
alias ohmyzsh="nvim ~/.oh-my-zsh"
alias tmuxconfig="nvim ~/.tmux.conf.local"
#git
alias conflict="git diff --name-only --diff-filter=U"

Expand Down Expand Up @@ -150,10 +151,6 @@ export PATH="$PATH:/usr/lib/dart/bin"
# the FUCK!
eval $(thefuck --alias)

# Parasut Corp. Confs
export EMBER_DOORKEEPER_APPLICATION_ID=1
export PHOENIX_DOORKEEPER_APPLICATION_ID=1

# Use vim keys in tab complete menu:
bindkey -M menuselect 'h' vi-backward-char
bindkey -M menuselect 'k' vi-up-line-or-history
Expand All @@ -169,4 +166,7 @@ export KEYTIMEOUT=1
autoload edit-command-line; zle -N edit-command-line
bindkey '^e' edit-command-line

# default editor
export EDITOR='nvim'

#set +x

0 comments on commit feaa23c

Please sign in to comment.