even more changes
This commit is contained in:
parent
7935ec2ef6
commit
cb62f96109
10 changed files with 29 additions and 21 deletions
|
@ -1 +1 @@
|
|||
eval `dircolors ${CONFIG}/dir/dircolors`
|
||||
eval `dircolors ${DOTF_CONF}/dir/dircolors`
|
||||
|
|
2
config/zsh/zshrc.d/functions/fzf.zsh
Normal file
2
config/zsh/zshrc.d/functions/fzf.zsh
Normal file
|
@ -0,0 +1,2 @@
|
|||
[[ $- == *i* ]] && source "/home/eeleater/.fzf/shell/completion.zsh" 2> /dev/null
|
||||
source "/home/eeleater/.fzf/shell/key-bindings.zsh"
|
|
@ -1,5 +1,5 @@
|
|||
export ZSH_PLUGIN_GITIGNORE_PATH=$(dirname $0)
|
||||
export ZSH_PLUGIN_GITIGNORE_TEMPLATE_PATHS=${LIB}/gitignore
|
||||
export ZSH_PLUGIN_GITIGNORE_TEMPLATE_PATHS=${DOTF_LIB}/gitignore
|
||||
|
||||
function gie () {
|
||||
${EDITOR} .gitignore
|
||||
|
|
|
@ -38,7 +38,7 @@ if which tmux &> /dev/null
|
|||
|
||||
|
||||
# Get the absolute path to the current directory
|
||||
local zsh_tmux_plugin_path="$(cd "$(dirname "$0")" && pwd)"
|
||||
local zsh_tmux_plugin_path="/home/eeleater/dotfiles/config/tmux"
|
||||
|
||||
# Determine if the terminal supports 256 colors
|
||||
if [[ `tput colors` == "256" ]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue