Commit 7533b418 authored by platyhouse's avatar platyhouse

alias ll 에 시간값 표기 추가

parent 1c579af5
......@@ -111,7 +111,7 @@ setopt PROMPT_SUBST
export PROMPT='%n %~ $(parse_git_branch) $ '
# 유용한 alias
alias ll="ls -alv"
alias ll="ls -alF --time-style="+%Y-%m-%d %H:%M:%S""
alias ls='ls -GFh'
# git 관련 명령
......@@ -184,7 +184,7 @@ export HISTTIMEFORMAT="%Y-%m-%d %H:%M:%S "
export EDITOR=vi
# 유용한 alias
alias ll='ls -alF'
alias ll='ls -alF --time-style="+%Y-%m-%d %H:%M:%S"'
alias la='ls -A'
alias l='ls -CF'
alias grep='grep --color=auto'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment