Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
c249c690
Commit
c249c690
authored
10 years ago
by
Dan Kerimdzhanov
Browse files
Options
Download
Email Patches
Plain Diff
Remove all copyright information in themes. Closes #2587
parent
e744bf22
Changes
24
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
themes/adben.zsh-theme
+5
-8
themes/adben.zsh-theme
themes/af-magic.zsh-theme
+0
-6
themes/af-magic.zsh-theme
themes/avit.zsh-theme
+0
-18
themes/avit.zsh-theme
themes/candy-kingdom.zsh-theme
+0
-7
themes/candy-kingdom.zsh-theme
themes/dogenpunk.zsh-theme
+1
-7
themes/dogenpunk.zsh-theme
themes/duellj.zsh-theme
+0
-1
themes/duellj.zsh-theme
themes/eastwood.zsh-theme
+2
-2
themes/eastwood.zsh-theme
themes/essembeh.zsh-theme
+0
-1
themes/essembeh.zsh-theme
themes/fino-time.zsh-theme
+1
-1
themes/fino-time.zsh-theme
themes/fino.zsh-theme
+2
-3
themes/fino.zsh-theme
themes/fox.zsh-theme
+2
-1
themes/fox.zsh-theme
themes/gianu.zsh-theme
+0
-5
themes/gianu.zsh-theme
themes/intheloop.zsh-theme
+1
-2
themes/intheloop.zsh-theme
themes/itchy.zsh-theme
+0
-1
themes/itchy.zsh-theme
themes/jaischeema.zsh-theme
+1
-8
themes/jaischeema.zsh-theme
themes/juanghurtado.zsh-theme
+2
-5
themes/juanghurtado.zsh-theme
themes/junkfood.zsh-theme
+0
-4
themes/junkfood.zsh-theme
themes/kphoen.zsh-theme
+1
-8
themes/kphoen.zsh-theme
themes/pure.zsh-theme
+0
-22
themes/pure.zsh-theme
themes/rixius.zsh-theme
+0
-3
themes/rixius.zsh-theme
with
18 additions
and
113 deletions
+18
-113
themes/adben.zsh-theme
View file @
c249c690
...
...
@@ -2,7 +2,7 @@
# #
# # #README
# #
# # This theme provides two customizable header functionalities
:
# # This theme provides two customizable header functionalities
:
# # a) displaying a pseudo-random message from a database of quotations
# # (https://en.wikipedia.org/wiki/Fortune_%28Unix%29)
# # b) displaying randomly command line tips from The command line fu
...
...
@@ -26,10 +26,7 @@
# # -OS X: iTerm 2 (http://www.iterm2.com/)
# # -font Source code pro (https://github.com/adobe/source-code-pro)
# #
# # Author: Adolfo Benedetti
# # email: adolfo.benedetti@gmail.com
# # License: Public Domain
# # This theme's look and feel is based on the Aaron Toponce's zsh theme , more info:
# # This theme's look and feel is based on the Aaron Toponce's zsh theme, more info:
# # http://pthree.org/2008/11/23/727/
# # enjoy!
########## COLOR ###########
...
...
This diff is collapsed.
Click to expand it.
themes/af-magic.zsh-theme
View file @
c249c690
# af-magic.zsh-theme
#
# Author: Andy Fleming
# URL: http://andyfleming.com/
# Repo: https://github.com/andyfleming/oh-my-zsh
# Direct Link: https://github.com/andyfleming/oh-my-zsh/blob/master/themes/af-magic.zsh-theme
#
# Created on: June 19, 2012
# Last modified on: June 20, 2012
if [ $UID -eq 0 ]; then NCOLOR="red"; else NCOLOR="green"; fi
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
...
...
This diff is collapsed.
Click to expand it.
themes/avit.zsh-theme
View file @
c249c690
#
# Author:: Andrew Vit (<andrew@avit.ca>)
#
# AVIT ZSH Theme
#
# Copyright 2011, Andrew Vit
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
PROMPT='
$(_user_host)${_current_dir} $(git_prompt_info) $(_ruby_version)
...
...
This diff is collapsed.
Click to expand it.
themes/candy-kingdom.zsh-theme
View file @
c249c690
# neuralsanwich.zsh-theme
#
# Author: Sean Jones
# URL: http://www.neuralsandwich.com
# Repo:
# Direct link:
# Create:
# Modified:
if [ "x$OH_MY_ZSH_HG" = "x" ]; then
OH_MY_ZSH_HG="hg"
...
...
This diff is collapsed.
Click to expand it.
themes/dogenpunk.zsh-theme
View file @
c249c690
# -----------------------------------------------------------------------------
# FILE: dogenpunk.zsh-theme
# DESCRIPTION: oh-my-zsh theme file.
# AUTHOR: Matthew Nelson (dogenpunk@gmail.com)
# VERSION: 0.1
# SCREENSHOT: coming soon
# -----------------------------------------------------------------------------
# dogenpunk.zsh-theme
MODE_INDICATOR="%{$fg_bold[red]%}❮%{$reset_color%}%{$fg[red]%}❮❮%{$reset_color%}"
local return_status="%{$fg[red]%}%(?..⏎)%{$reset_color%}"
...
...
This diff is collapsed.
Click to expand it.
themes/duellj.zsh-theme
View file @
c249c690
# user, host, full path, and time/date
# on two lines for easier vgrepping
# entry in a nice long thread on the Arch Linux forums: http://bbs.archlinux.org/viewtopic.php?pid=521888#p521888
...
...
This diff is collapsed.
Click to expand it.
themes/eastwood.zsh-theme
View file @
c249c690
#RVM settings
#
RVM settings
if [[ -s ~/.rvm/scripts/rvm ]] ; then
RPS1="%{$fg[yellow]%}rvm:%{$reset_color%}%{$fg[red]%}\$(~/.rvm/bin/rvm-prompt)%{$reset_color%} $EPS1"
else
...
...
@@ -12,7 +12,7 @@ ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}*%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=""
#Customized git status, oh-my-zsh currently does not allow render dirty status before branch
#
Customized git status, oh-my-zsh currently does not allow render dirty status before branch
git_custom_status() {
local cb=$(current_branch)
if [ -n "$cb" ]; then
...
...
This diff is collapsed.
Click to expand it.
themes/essembeh.zsh-theme
View file @
c249c690
# Theme with full path names and hostname
# Handy if you work on different servers all the time;
local return_code="%(?..%{$fg_bold[red]%}%? ↵%{$reset_color%})"
function my_git_prompt_info() {
...
...
This diff is collapsed.
Click to expand it.
themes/fino-time.zsh-theme
View file @
c249c690
#
F
ino-time
theme by Aexander Berezovsky (http://berezovsky.me) based on Fino by Max Masnick (http://max.masnick.me)
#
f
ino-time
.zsh-theme
# Use with a dark background and 256-color terminal!
# Meant for people with RVM and git. Tested only on OS X 10.7.
...
...
This diff is collapsed.
Click to expand it.
themes/fino.zsh-theme
View file @
c249c690
#
F
ino
theme by Max Masnick (http://max.masnick.me)
#
f
ino
.zsh-theme
# Use with a dark background and 256-color terminal!
# Meant for people with rbenv and git. Tested only on OS X 10.7.
...
...
@@ -11,7 +11,6 @@
#
# Also borrowing from http://stevelosh.com/blog/2010/02/my-extravagant-zsh-prompt/
function prompt_char {
git branch >/dev/null 2>/dev/null && echo "±" && return
echo '○'
...
...
This diff is collapsed.
Click to expand it.
themes/fox.zsh-theme
View file @
c249c690
#fox theme
# fox.zsh-theme
PROMPT='%{$fg[cyan]%}┌[%{$fg_bold[white]%}%n%{$reset_color%}%{$fg[cyan]%}☮%{$fg_bold[white]%}%M%{$reset_color%}%{$fg[cyan]%}]%{$fg[white]%}-%{$fg[cyan]%}(%{$fg_bold[white]%}%~%{$reset_color%}%{$fg[cyan]%})$(git_prompt_info)
└> % %{$reset_color%}'
...
...
This diff is collapsed.
Click to expand it.
themes/gianu.zsh-theme
View file @
c249c690
# Oh-my-Zsh prompt created by gianu
#
# github.com/gianu
# sgianazza@gmail.com
PROMPT='[%{$fg_bold[white]%}%n%{$reset_color%}@%{$fg_bold[red]%}%m%{$reset_color%} %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)%{$reset_color%}]$ '
ZSH_THEME_GIT_PROMPT_PREFIX="(%{$fg_bold[green]%}"
...
...
This diff is collapsed.
Click to expand it.
themes/intheloop.zsh-theme
View file @
c249c690
# ZSH theme by James Smith (http://loopj.com)
# A multiline prompt with username, hostname, full path, return status, git branch, git dirty status, git remote status
local return_status="%{$fg[red]%}%(?..⏎)%{$reset_color%}"
...
...
This diff is collapsed.
Click to expand it.
themes/itchy.zsh-theme
View file @
c249c690
# Created by Daniel Bayerlein https://github.com/danielbayerlein
# Inspired by http://peepcode.com/blog/2012/my-command-line-prompt
local smiley="%(?,%{$fg[green]%}☺%{$reset_color%},%{$fg[red]%}☹%{$reset_color%})"
...
...
This diff is collapsed.
Click to expand it.
themes/jaischeema.zsh-theme
View file @
c249c690
# ------------------------------------------------------------------------------
# FILE: jaischeema.zsh-theme
# DESCRIPTION: oh-my-zsh theme file.
# AUTHOR: Jais Cheema
# VERSION: 0.0.1
# ------------------------------------------------------------------------------
# jaischeema.zsh-theme
PROMPT='%{$fg_bold[magenta]%}%m%{$reset_color%} at %{$fg_bold[green]%}%~%{$reset_color%} %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%}% %{$reset_color%}%{$fg[red]%}❯%{$reset_color%} '
...
...
This diff is collapsed.
Click to expand it.
themes/juanghurtado.zsh-theme
View file @
c249c690
# ------------------------------------------------------------------------
# Juan G. Hurtado oh-my-zsh theme
# (Needs Git plugin for current_branch method)
# ------------------------------------------------------------------------
# Needs Git plugin for current_branch method
# Color shortcuts
RED=$fg[red]
...
...
This diff is collapsed.
Click to expand it.
themes/junkfood.zsh-theme
View file @
c249c690
# ------------------------------------------------------------------------
# Tyler Cipriani
# oh-my-zsh theme
# Totally ripped off Dallas theme
# ------------------------------------------------------------------------
# Grab the current date (%W) and time (%t):
JUNKFOOD_TIME_="%{$fg_bold[red]%}#%{$fg_bold[white]%}( %{$fg_bold[yellow]%}%W%{$reset_color%}@%{$fg_bold[white]%}%t )( %{$reset_color%}"
...
...
This diff is collapsed.
Click to expand it.
themes/kphoen.zsh-theme
View file @
c249c690
# ------------------------------------------------------------------------------
# FILE: kphoen.zsh-theme
# DESCRIPTION: oh-my-zsh theme file.
# AUTHOR: Kévin Gomez (geek63@gmail.com)
# VERSION: 1.0.0
# SCREENSHOT:
# ------------------------------------------------------------------------------
# kphoen.zsh-theme
if [[ "$TERM" != "dumb" ]] && [[ "$DISABLE_LS_COLORS" != "true" ]]; then
PROMPT='[%{$fg[red]%}%n%{$reset_color%}@%{$fg[magenta]%}%m%{$reset_color%}:%{$fg[blue]%}%~%{$reset_color%}$(git_prompt_info)]
...
...
This diff is collapsed.
Click to expand it.
themes/pure.zsh-theme
View file @
c249c690
...
...
@@ -18,28 +18,6 @@
# Github: https://github.com/nicoulaj
# Twitter: https://twitter.com/nicoulaj
#
# License
#
# Copyright (c) 2013 Kasper Kronborg Isager
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
#
# ------------------------------------------------------------------------------
# Set required options
...
...
This diff is collapsed.
Click to expand it.
themes/rixius.zsh-theme
View file @
c249c690
# /|/ Code by Stephen
# /|/ "Rixius" Middleton
#
# name in folder (github)
# ± if in github repo, or ≥ if otherwise Time in 24-hour format is on right.
function collapse_pwd {
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
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
Menu
Projects
Groups
Snippets
Help