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