From a3daa8ed67724803ed6ec0b0bad4fb863717e03b Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 5 Sep 2018 20:33:35 -0400 Subject: [PATCH] Move zsh files to fish directory In reality, zsh is not needed here and shouldn't be supported. Many defaults of fish require hacky solutions to work in zsh; the investment and maintenance needed is not worth it. Eventually, zsh will be removed completely. This is the first step towards accomplishing that goal. Unused files and other commands will be simplified in attempt to make my dotfiles more minimal and use the defaults, which helps a lot when using a shell without my settings. --- {aliases => fish}/.aliases.sh | 1 - {dircolors => fish}/.dircolors | 0 {zsh => fish}/.zprofile | 0 {functions => fish}/.zsh_functions.zsh | 0 {zsh => fish}/.zshrc | 0 5 files changed, 1 deletion(-) rename {aliases => fish}/.aliases.sh (98%) rename {dircolors => fish}/.dircolors (100%) rename {zsh => fish}/.zprofile (100%) rename {functions => fish}/.zsh_functions.zsh (100%) rename {zsh => fish}/.zshrc (100%) diff --git a/aliases/.aliases.sh b/fish/.aliases.sh similarity index 98% rename from aliases/.aliases.sh rename to fish/.aliases.sh index 3b711c98..e6dd4d5a 100644 --- a/aliases/.aliases.sh +++ b/fish/.aliases.sh @@ -48,7 +48,6 @@ alias vh="nvim -i NONE -c 'set noswapfile' -c 'set noundofile' -c 'set nobackup' alias dl="youtube-dl -f bestvideo+bestaudio" alias back="feh --no-fehbg --bg-fill" # Easily set a new background (temporary) -alias synctime="ntpdate -u 0.us.pool.ntp.org" # Sync the system time with one on the internet # Show the lines that are in but NOT in alias compare="grep -nFxvf" # Usage: compare diff --git a/dircolors/.dircolors b/fish/.dircolors similarity index 100% rename from dircolors/.dircolors rename to fish/.dircolors diff --git a/zsh/.zprofile b/fish/.zprofile similarity index 100% rename from zsh/.zprofile rename to fish/.zprofile diff --git a/functions/.zsh_functions.zsh b/fish/.zsh_functions.zsh similarity index 100% rename from functions/.zsh_functions.zsh rename to fish/.zsh_functions.zsh diff --git a/zsh/.zshrc b/fish/.zshrc similarity index 100% rename from zsh/.zshrc rename to fish/.zshrc