diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-09-01 21:49:11 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-09-01 21:49:11 +0530 |
| commit | 73a26ed675628c9aef85cb8e6f1c5671bf426d5b (patch) | |
| tree | 226b07716e9afb203a427e08c79363bf07b0d013 /.config/shell | |
| parent | c8091f57c6c9f8f3630d4ae3f508460d99bfd53b (diff) | |
aliasrc and sxhkdrc
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/aliasrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 066286a..df62f20 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -28,8 +28,8 @@ alias \ # git aliases alias \ - ga='git add' - gc='git commit -sS' + ga='git add' \ + gc='git commit' \ gp='git push' ec() {find ~/.config -type f | fzf | xargs -r $EDITOR ;} |
