Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
centos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
platyhouse
centos
Commits
7533b418
Commit
7533b418
authored
Nov 12, 2025
by
platyhouse
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alias ll 에 시간값 표기 추가
parent
1c579af5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ptySetBash
ptySetBash
+2
-2
No files found.
ptySetBash
View file @
7533b418
...
...
@@ -111,7 +111,7 @@ setopt PROMPT_SUBST
export PROMPT='%n %~
$(
parse_git_branch
)
$
'
# 유용한 alias
alias ll="ls -al
v
"
alias ll="ls -al
F --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'
...
...
platyhouse
@platyhouse
mentioned in commit
8587004b
·
Dec 16, 2025
mentioned in commit
8587004b
mentioned in commit 8587004bfbebb2ceff13804bc1eea04727f6a285
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment