]> git.zndr.dk Git - dotfiles.git/commitdiff
Alias dotfiles
authorJannik <Jannik@jannik-nas.local>
Tue, 26 Dec 2017 13:01:05 +0000 (22:01 +0900)
committerJannik <Jannik@jannik-nas.local>
Tue, 26 Dec 2017 13:01:51 +0000 (22:01 +0900)
.config/bash/aliases
README.md

index ff71ce70d8682cd855be37b514f3b1e563a9bc76..8b37a4b4dfd0d1aa2e33acf358cda3fd32bcea14 100644 (file)
@@ -23,7 +23,7 @@ alias fgrep='fgrep --color=auto'
 if [ -e /usr/bin/vimx ]; then alias vim='/usr/bin/vimx'; fi
 
 # Shortcuts
-alias gdf='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
+alias dotfiles='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
 alias g='git'
 alias h='history'
 alias j='jobs'
index bd42b82228ae8b066ba6f96e5f72d61409d7a948..766de3c78c452b8f8e9d53514830adec99bdc282 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ What you need to do on the new box is this:
 
     $ cd $HOME
     $ git init --bare $HOME/.dotfiles
-    $ alias gdf='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
+    $ alias dotfiles='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
     $ gdf config --local status.showUntrackedFiles no
     $ gdf remote add origin git@bitbucket.org:jannikz/dotfiles.git
     $ gdf fetch