From 851b47f00b199a6454a47945eaf065f5a183185c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 1 Jun 2021 22:23:49 +0900 Subject: Revert "fish shell" This reverts commit 77db37d3506edd006c0d4edc8b216d869a06f30b. --- .config/fish/functions/256colors.fish | 5 ----- .config/fish/functions/fish_greeting.fish | 29 ----------------------------- .config/fish/functions/mkcd.fish | 9 --------- 3 files changed, 43 deletions(-) delete mode 100644 .config/fish/functions/256colors.fish delete mode 100644 .config/fish/functions/fish_greeting.fish delete mode 100644 .config/fish/functions/mkcd.fish (limited to '.config/fish/functions') diff --git a/.config/fish/functions/256colors.fish b/.config/fish/functions/256colors.fish deleted file mode 100644 index 822447a..0000000 --- a/.config/fish/functions/256colors.fish +++ /dev/null @@ -1,5 +0,0 @@ -function 256colors - for code in (seq 0 255) - echo -e '\e[38;05;'$code'm '(printf '%3d' $code)': Test' - end -end diff --git a/.config/fish/functions/fish_greeting.fish b/.config/fish/functions/fish_greeting.fish deleted file mode 100644 index 0b2d131..0000000 --- a/.config/fish/functions/fish_greeting.fish +++ /dev/null @@ -1,29 +0,0 @@ -function fish_greeting - if [ $COLUMNS -lt 60 ] - echo - set_color --bold --italic 2188a0; echo ' Hello, World!' - set_color normal - set_color 166caa; echo ' ~~~~~~~~~~~~~~~~' - set_color 556a7d; echo ' ::<>' - set_color normal - echo - return - end - - echo - set_color --bold - set_color 2aa197; echo ' _ _ _ _ __ __ _ _ _' - set_color 25949c; echo ' | | | | ___| | | ___ \ \ / /__ _ __| | __| | |' - set_color 2188a0; echo ' | |_| |/ _ \ | |/ _ \ \ \ /\ / / _ \| \'__| |/ _` | |' - set_color 1d7ea4; echo ' | _ | __/ | | (_) | \ V V / (_) | | | | (_| |_|' - set_color 1a75a7; echo ' |_| |_|\___|_|_|\___( ) \_/\_/ \___/|_| |_|\__,_(_)' - set_color 166caa; echo ' |/' - echo - set_color normal - set_color 166caa; echo ' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~' - set_color 556a7d; echo ' ::<> ::<> ::<>' - set_color 556a7d; echo ' ::<> ::<> ::<> ::<>' - set_color 556a7d; echo ' ::<> ::<> ::<> ::<>' - set_color 556a7d; echo ' ::<> ::<> ::<>' - echo -end diff --git a/.config/fish/functions/mkcd.fish b/.config/fish/functions/mkcd.fish deleted file mode 100644 index bba3238..0000000 --- a/.config/fish/functions/mkcd.fish +++ /dev/null @@ -1,9 +0,0 @@ -function mkcd - if [ (count $argv) != 1 ] - echo "Usage: mkcd DIR" - return 1 - end - - mkdir -p $argv[1] - cd $argv[1] -end -- cgit v1.2.3-70-g09d2