Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Oh my ViaRézo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ViaRézo
Oh my ViaRézo
Commits
85d66352
Commit
85d66352
authored
8 years ago
by
Ayaz Badouraly
Browse files
Options
Downloads
Patches
Plain Diff
Updating prompt time format
parent
1c3f2859
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+5
-0
5 additions, 0 deletions
README.md
via.zsh-theme
+2
-1
2 additions, 1 deletion
via.zsh-theme
with
7 additions
and
1 deletion
README.md
+
5
−
0
View file @
85d66352
...
...
@@ -25,6 +25,11 @@ You then need to select this theme in your `~/.zshrc` :
ZSH_THEME="oh-my-via/via"
```
### Customization
Time format defaults to
`%D{%H:%M}`
, but can be overwritten by setting the variable
`OHMYVIA_TIME_FORMAT`
in your
`~/.zshrc`
.
License
-------
...
...
This diff is collapsed.
Click to expand it.
via.zsh-theme
+
2
−
1
View file @
85d66352
# VIA ZSH Theme - Preview: ASAP
# Fork from the historical VIA Centrale Réseaux ZSH Theme
local
clock
=
"%{
$fg_bold
[cyan]%}%T%{
$reset_color
%}"
local
time_format
=
${
OHMYVIA_TIME_FORMAT
:-
"%D{%H:%M}"
}
local
clock
=
"%{
$fg_bold
[cyan]%}
$time_format
%{
$reset_color
%}"
# Check the UID
if
[[
$UID
-ne
0
]]
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment