Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
alias addition for nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech committed May 29, 2020
1 parent d9d2153 commit a7de9d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "/home/titus/zsh/.zsh/pure"]
path = /home/titus/zsh/.zsh/pure
url = https://github.com/sindresorhus/pure.git
3 changes: 3 additions & 0 deletions .zsh/aliasrc
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,6 @@ alias unexport='unset'
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
alias vim='nvim'
alias vi='nvim'
alias nano='nvim'
1 change: 1 addition & 0 deletions .zsh/pure
Submodule pure added at c42bd3

0 comments on commit a7de9d4

Please sign in to comment.