Modified theme names with metadata (Theme name) required by fish_config

pull/2/head
Rob Day 11 years ago
parent 05b88b9fc6
commit 86e0cfbc43

@ -1,3 +1,4 @@
# name: Agnoster
# agnoster's Theme - https://gist.github.com/3712874
# A Powerline-inspired theme for FISH
#

@ -1,3 +1,4 @@
# name: CoffeeAndCode
# Theme colors
set fish_color_normal 5f5f5f
set fish_color_command 5f87ff

@ -1,3 +1,4 @@
# name: Cor
# Display the following bits on the left:
# * Virtualenv name (if applicable, see https://github.com/adambrenecki/virtualfish)
# * Current user

@ -1,3 +1,4 @@
# name: idan
# Display the following bits on the left:
# * Virtualenv name (if applicable, see https://github.com/adambrenecki/virtualfish)
# * Current directory name

@ -1,3 +1,4 @@
# name: Jacaetevha
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 }')

@ -1,3 +1,4 @@
# name: Krisleech
function _git_branch_name
echo (command git symbolic-ref HEAD ^/dev/null | sed -e 's|^refs/heads/||')
end

@ -1,3 +1,4 @@
# name: L
function _git_branch_name
echo (command git symbolic-ref HEAD ^/dev/null | sed -e 's|^refs/heads/||')
end

@ -1,3 +1,4 @@
# name: Numist
function fish_prompt
set -l last_status $status

@ -1,3 +1,4 @@
# name: RobbyRussel
function _git_branch_name
echo (command git symbolic-ref HEAD ^/dev/null | sed -e 's|^refs/heads/||')
end

@ -1,3 +1,4 @@
# name: Uggedal
function fish_prompt
if test -n "$SSH_CONNECTION"
printf '%s ' $HOSTNAME

Loading…
Cancel
Save