Update tests for _tide_parent_dirs

This commit is contained in:
Ilan Cosman 2022-09-05 12:56:50 -04:00
parent 8ed6dd3ee2
commit e53a7ec633
21 changed files with 21 additions and 0 deletions

View File

@ -1,4 +1,5 @@
# RUN: %fish %s
_tide_parent_dirs
function _aws
_tide_decolor (_tide_item_aws)

View File

@ -1,4 +1,5 @@
# RUN: %fish %s
_tide_parent_dirs
function _chruby
_tide_decolor (_tide_item_chruby)

View File

@ -1,4 +1,5 @@
# RUN: %fish %s
_tide_parent_dirs
function _cmd_duration -a duration threshold decimals
set -lx CMD_DURATION $duration

View File

@ -1,4 +1,5 @@
# RUN: %fish %s
_tide_parent_dirs
function _context
_tide_decolor (_tide_item_context)

View File

@ -1,4 +1,5 @@
# RUN: %fish %s
_tide_parent_dirs
function _crystal
_tide_decolor (_tide_item_crystal)

View File

@ -1,4 +1,5 @@
# RUN: %fish %s
_tide_parent_dirs
function _docker
_tide_decolor (_tide_item_docker)

View File

@ -1,4 +1,5 @@
# RUN: %fish %s
_tide_parent_dirs
function _git
git $argv >/dev/null 2>&1

View File

@ -1,4 +1,5 @@
# RUN: %fish %s
_tide_parent_dirs
function _go
_tide_decolor (_tide_item_go)

View File

@ -1,4 +1,5 @@
# RUN: %fish %s
_tide_parent_dirs
function _java
_tide_decolor (_tide_item_java)

View File

@ -1,4 +1,5 @@
# RUN: %fish %s
_tide_parent_dirs
set -e _tide_jobs
_tide_decolor (_tide_item_jobs) # CHECK:

View File

@ -1,4 +1,5 @@
# RUN: %fish %s
_tide_parent_dirs
function _kubectl
_tide_decolor (_tide_item_kubectl)

View File

@ -1,4 +1,5 @@
# RUN: %fish %s
_tide_parent_dirs
function _nix_shell
_tide_decolor (_tide_item_nix_shell)

View File

@ -1,4 +1,5 @@
# RUN: %fish %s
_tide_parent_dirs
function _node
_tide_decolor (_tide_item_node)

View File

@ -1,4 +1,5 @@
# RUN: %fish %s
_tide_parent_dirs
function _php
_tide_decolor (_tide_item_php)

View File

@ -1,4 +1,5 @@
# RUN: %fish %s
_tide_parent_dirs
function _pwd -a dir
mkdir -p $dir

View File

@ -1,4 +1,5 @@
# RUN: %fish %s
_tide_parent_dirs
function _rustc
_tide_decolor (_tide_item_rustc)

View File

@ -1,4 +1,5 @@
# RUN: %fish %s
_tide_parent_dirs
function _status
set -lx _tide_status $status

View File

@ -1,4 +1,5 @@
# RUN: %fish %s
_tide_parent_dirs
function _terraform
_tide_decolor (_tide_item_terraform)

View File

@ -1,4 +1,5 @@
# RUN: %fish %s
_tide_parent_dirs
function _time -a format
_tide_decolor (tide_time_format="$format" _tide_item_time)

View File

@ -1,4 +1,5 @@
# RUN: %fish %s
_tide_parent_dirs
function _virtual_env
_tide_decolor (_tide_item_virtual_env)

View File

@ -1,4 +1,5 @@
# RUN: %fish %s
_tide_parent_dirs
mock uname \* "echo Darwin"