From f871dd49d29d8f71b58569b0e2fdfb56e097684f Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Mon, 30 Sep 2019 18:37:46 +0200 Subject: [PATCH] Removed duplicate alias & updated README --- README.md | 1 + zsh/.zshrc | 7 +------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 75303fb..25d2295 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ A repository of my personal configuration files. * [git](https://git-scm.com/) * [gnupg](https://gnupg.org/) * [gtk](https://www.gtk.org/) +* [lf](https://github.com/gokcehan/lf) * [mpd](https://www.musicpd.org/) * [neomutt](https://neomutt.org/) * [neovim](https://neovim.io/) diff --git a/zsh/.zshrc b/zsh/.zshrc index d274154..9f2ad0d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -9,12 +9,7 @@ plugins=(aws archlinux bower common-aliases composer docker extract git git-flow source $ZSH/oh-my-zsh.sh -# ls alias -alias ls="lsd" -alias l="lsd -al" - -# vifm alias -alias vifm="vifmrun" +# vim alias alias vim="nvim" alias vi="nvim"