mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-22 20:13:30 +08:00
Modified theme names with metadata (Theme name) required by fish_config
This commit is contained in:
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…
Reference in New Issue
Block a user