diff options
| author | xengineering <me@xengineering.eu> | 2021-10-08 14:35:43 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2021-10-08 14:35:43 +0200 |
| commit | a12c0322745b9b89fbd78f1211c520bbc3ab6e22 (patch) | |
| tree | 42b2fc9d299fc4760efb1510944c35001f96411c | |
| parent | b10bed91459cb08f44ee028a59ef8cbb686c1442 (diff) | |
| download | dotfiles-a12c0322745b9b89fbd78f1211c520bbc3ab6e22.tar dotfiles-a12c0322745b9b89fbd78f1211c520bbc3ab6e22.tar.zst dotfiles-a12c0322745b9b89fbd78f1211c520bbc3ab6e22.zip | |
Rename alias for Dotfile Handling from dot to dotfiles
- Graphviz installs a program called 'dot'
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ alias ls='ls --color=auto' alias ll='ls -alF' alias la='ls -A' alias l='ls -CF' -alias dot='/usr/bin/git --git-dir=$HOME/dotfiles.git/ --work-tree=$HOME' +alias dotfiles='/usr/bin/git --git-dir=$HOME/dotfiles.git/ --work-tree=$HOME' alias scripts='/usr/bin/git --git-dir=$HOME/scripts.git/ --work-tree=$HOME/bin/' alias commit='git commit' alias gitstat='git status' |
