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:
parent
5918a58067
commit
a3daa8ed67
@ -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>
|
Loading…
Reference in New Issue
Block a user