Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
O
oh-my-fish
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
oh-my-fish
Commits
86e0cfbc
Commit
86e0cfbc
authored
Aug 26, 2013
by
Rob Day
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified theme names with metadata (Theme name) required by fish_config
parent
05b88b9f
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
0 deletions
+10
-0
themes/agnoster/fish_prompt.fish
themes/agnoster/fish_prompt.fish
+1
-0
themes/coffeeandcode/fish_prompt.fish
themes/coffeeandcode/fish_prompt.fish
+1
-0
themes/cor/fish_prompt.fish
themes/cor/fish_prompt.fish
+1
-0
themes/idan/fish_prompt.fish
themes/idan/fish_prompt.fish
+1
-0
themes/jacaetevha/fish_prompt.fish
themes/jacaetevha/fish_prompt.fish
+1
-0
themes/krisleech/fish_prompt.fish
themes/krisleech/fish_prompt.fish
+1
-0
themes/l/fish_prompt.fish
themes/l/fish_prompt.fish
+1
-0
themes/numist/fish_prompt.fish
themes/numist/fish_prompt.fish
+1
-0
themes/robbyrussell/fish_prompt.fish
themes/robbyrussell/fish_prompt.fish
+1
-0
themes/uggedal/fish_prompt.fish
themes/uggedal/fish_prompt.fish
+1
-0
No files found.
themes/agnoster/fish_prompt.fish
View file @
86e0cfbc
# name: Agnoster
# agnoster's Theme - https://gist.github.com/3712874
# agnoster's Theme - https://gist.github.com/3712874
# A Powerline-inspired theme for FISH
# A Powerline-inspired theme for FISH
#
#
...
...
themes/coffeeandcode/fish_prompt.fish
View file @
86e0cfbc
# name: CoffeeAndCode
# Theme colors
# Theme colors
set fish_color_normal 5f5f5f
set fish_color_normal 5f5f5f
set fish_color_command 5f87ff
set fish_color_command 5f87ff
...
...
themes/cor/fish_prompt.fish
View file @
86e0cfbc
# name: Cor
# Display the following bits on the left:
# Display the following bits on the left:
# * Virtualenv name (if applicable, see https://github.com/adambrenecki/virtualfish)
# * Virtualenv name (if applicable, see https://github.com/adambrenecki/virtualfish)
# * Current user
# * Current user
...
...
themes/idan/fish_prompt.fish
View file @
86e0cfbc
# name: idan
# Display the following bits on the left:
# Display the following bits on the left:
# * Virtualenv name (if applicable, see https://github.com/adambrenecki/virtualfish)
# * Virtualenv name (if applicable, see https://github.com/adambrenecki/virtualfish)
# * Current directory name
# * Current directory name
...
...
themes/jacaetevha/fish_prompt.fish
View file @
86e0cfbc
# name: Jacaetevha
function tbytes -d 'calculates the total size of the files in the current directory'
function tbytes -d 'calculates the total size of the files in the current directory'
set -l tBytes (ls -al | grep "^-" | awk 'BEGIN {i=0} { i += $5 } END { print i }')
set -l tBytes (ls -al | grep "^-" | awk 'BEGIN {i=0} { i += $5 } END { print i }')
...
...
themes/krisleech/fish_prompt.fish
View file @
86e0cfbc
# name: Krisleech
function _git_branch_name
function _git_branch_name
echo (command git symbolic-ref HEAD ^/dev/null | sed -e 's|^refs/heads/||')
echo (command git symbolic-ref HEAD ^/dev/null | sed -e 's|^refs/heads/||')
end
end
...
...
themes/l/fish_prompt.fish
View file @
86e0cfbc
# name: L
function _git_branch_name
function _git_branch_name
echo (command git symbolic-ref HEAD ^/dev/null | sed -e 's|^refs/heads/||')
echo (command git symbolic-ref HEAD ^/dev/null | sed -e 's|^refs/heads/||')
end
end
...
...
themes/numist/fish_prompt.fish
View file @
86e0cfbc
# name: Numist
function fish_prompt
function fish_prompt
set -l last_status $status
set -l last_status $status
...
...
themes/robbyrussell/fish_prompt.fish
View file @
86e0cfbc
# name: RobbyRussel
function _git_branch_name
function _git_branch_name
echo (command git symbolic-ref HEAD ^/dev/null | sed -e 's|^refs/heads/||')
echo (command git symbolic-ref HEAD ^/dev/null | sed -e 's|^refs/heads/||')
end
end
...
...
themes/uggedal/fish_prompt.fish
View file @
86e0cfbc
# name: Uggedal
function fish_prompt
function fish_prompt
if test -n "$SSH_CONNECTION"
if test -n "$SSH_CONNECTION"
printf '%s ' $HOSTNAME
printf '%s ' $HOSTNAME
...
...
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