Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
yannvr committed Jul 14, 2020
1 parent 5c6f56f commit 2696440
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .zshrc.alias
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,10 @@ a ag='ag -a'
a jtags="ctags -R src && sed -i '' -E '/^(if|switch|function|module\.exports|it|describe).+language:js$/d' tags"
a fu='fuck'
a sl='screen -list'
<<<<<<< HEAD
a sr'screen -r'
a sd'screen -d'
a myip="curl http://ipecho.net/plain; echo"
=======
a sr='screen -r'
a sd='screen -d'
a fix-gitignore='git rm -r --cached . && git add . && git commit -m "fixed untracked files"'
>>>>>>> 2d0e49dd5f1bb2f92152c2ae49ec722b6c3bb36e


HAS_NVIM=`which nvim`
Expand Down

0 comments on commit 2696440

Please sign in to comment.