diff options
| author | xengineering <mail2xengineering@protonmail.com> | 2021-01-04 21:19:55 +0100 |
|---|---|---|
| committer | xengineering <mail2xengineering@protonmail.com> | 2021-01-04 21:19:55 +0100 |
| commit | ad839fb08c794681a3249c1c1225548248d7d5c2 (patch) | |
| tree | 63d1aa145dcd85d7663301919bcdeded1705b52c | |
| parent | 21b15ddd17d3afc333f3cad6defbbd5d4cbdb69c (diff) | |
| download | dotfiles-ad839fb08c794681a3249c1c1225548248d7d5c2.tar dotfiles-ad839fb08c794681a3249c1c1225548248d7d5c2.tar.zst dotfiles-ad839fb08c794681a3249c1c1225548248d7d5c2.zip | |
Add Support for scripts Repository
| -rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ 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 scripts='/usr/bin/git --git-dir=$HOME/scripts.git/ --work-tree=$HOME/bin/' alias commit='git commit' alias gitstat='git status' alias ip='ip --color=auto' |
