summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-05-02 19:33:42 +0300
committerThanos Apollo <[email protected]>2023-05-02 19:33:42 +0300
commitd7ecf788a152e94b97d726f1556d92e010e9e862 (patch)
treec2e0e7b2c9cd315fd5154cbce3ddd5ad409f7e77
parent1cd0c1d5b48fe2f8a3769d39b3e48ccf8a161ac2 (diff)
shells: remove old aliases for git
-rwxr-xr-xshells.org1
1 files changed, 0 insertions, 1 deletions
diff --git a/shells.org b/shells.org
index b8629a2..40ad40a 100755
--- a/shells.org
+++ b/shells.org
@@ -12,7 +12,6 @@
alias vi='nvim'
#git
- alias config='/usr/bin/git --git-dir=$HOME/Developer/config/ --work-tree=$HOME'
alias ga='git add'
alias gaa='git add .'
alias gc='git commit -m'