summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-05-19 20:22:06 -0700
committerxyz <gky44px1999@gmail.com>2021-05-19 20:22:06 -0700
commit4b4f034705ac668d268b48c7e23ff879e05e404e (patch)
tree1ba38a60a17844a6e8b37cad894658bb3ff9c04e /.bashrc
parente4c60fa8f9673b6120fe79ccc7f9d638c4137c4e (diff)
-A for ll, alt for screenshot, archwiki approach for ssh-agent
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index d2f0893e..47f2fd95 100644
--- a/.bashrc
+++ b/.bashrc
@@ -15,7 +15,7 @@
PS1='\[\e[0;91m\][\u@\h \W]\$ \[\e[0m\]'
alias ls='ls --color=auto'
-alias ll='ls -lah --color=auto'
+alias ll='ls -lAh --color=auto'
alias cfgc='/usr/bin/git --git-dir=$HOME/.mycfg_cross_platform/ --work-tree=$HOME'
alias cfgl='/usr/bin/git --git-dir=$HOME/.mycfg_local/ --work-tree=$HOME'
alias datec='TZ=Asia/Shanghai date "+%a %m/%d/%Y %H:%M:%S UTC%:::z"'