1
0
forked from extern/nix-config

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.
This commit is contained in:
Donovan Glover 2018-09-05 20:33:35 -04:00
parent 5918a58067
commit a3daa8ed67
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
5 changed files with 0 additions and 1 deletions

View File

@ -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 <file2> but NOT in <file1>
alias compare="grep -nFxvf" # Usage: compare <file1> <file2>