aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-03-14 16:24:45 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-03-14 16:24:45 +0530
commitb39488c17f29376063517e9239be4d4eb50708f2 (patch)
treea3504e352388921dff7f2e304c07d214085a657b
parent85fc2a9d797d8212dfcbd6ed3934cb5a55538643 (diff)
added alias to chmod +x
-rw-r--r--zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index c9cc9771..172c1352 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -36,6 +36,7 @@ alias la='exa -a'
alias lsa='exa -al'
alias nf='neofetch'
alias adbc='adb connect 10.0.0.51:5555'
+alias x='chmod +x'
# git
alias gs='git status'