mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-25 04:53:11 +03:00
Update tests for _tide_parent_dirs
This commit is contained in:
parent
8ed6dd3ee2
commit
e53a7ec633
@ -1,4 +1,5 @@
|
||||
# RUN: %fish %s
|
||||
_tide_parent_dirs
|
||||
|
||||
function _aws
|
||||
_tide_decolor (_tide_item_aws)
|
||||
|
@ -1,4 +1,5 @@
|
||||
# RUN: %fish %s
|
||||
_tide_parent_dirs
|
||||
|
||||
function _chruby
|
||||
_tide_decolor (_tide_item_chruby)
|
||||
|
@ -1,4 +1,5 @@
|
||||
# RUN: %fish %s
|
||||
_tide_parent_dirs
|
||||
|
||||
function _cmd_duration -a duration threshold decimals
|
||||
set -lx CMD_DURATION $duration
|
||||
|
@ -1,4 +1,5 @@
|
||||
# RUN: %fish %s
|
||||
_tide_parent_dirs
|
||||
|
||||
function _context
|
||||
_tide_decolor (_tide_item_context)
|
||||
|
@ -1,4 +1,5 @@
|
||||
# RUN: %fish %s
|
||||
_tide_parent_dirs
|
||||
|
||||
function _crystal
|
||||
_tide_decolor (_tide_item_crystal)
|
||||
|
@ -1,4 +1,5 @@
|
||||
# RUN: %fish %s
|
||||
_tide_parent_dirs
|
||||
|
||||
function _docker
|
||||
_tide_decolor (_tide_item_docker)
|
||||
|
@ -1,4 +1,5 @@
|
||||
# RUN: %fish %s
|
||||
_tide_parent_dirs
|
||||
|
||||
function _git
|
||||
git $argv >/dev/null 2>&1
|
||||
|
@ -1,4 +1,5 @@
|
||||
# RUN: %fish %s
|
||||
_tide_parent_dirs
|
||||
|
||||
function _go
|
||||
_tide_decolor (_tide_item_go)
|
||||
|
@ -1,4 +1,5 @@
|
||||
# RUN: %fish %s
|
||||
_tide_parent_dirs
|
||||
|
||||
function _java
|
||||
_tide_decolor (_tide_item_java)
|
||||
|
@ -1,4 +1,5 @@
|
||||
# RUN: %fish %s
|
||||
_tide_parent_dirs
|
||||
|
||||
set -e _tide_jobs
|
||||
_tide_decolor (_tide_item_jobs) # CHECK:
|
||||
|
@ -1,4 +1,5 @@
|
||||
# RUN: %fish %s
|
||||
_tide_parent_dirs
|
||||
|
||||
function _kubectl
|
||||
_tide_decolor (_tide_item_kubectl)
|
||||
|
@ -1,4 +1,5 @@
|
||||
# RUN: %fish %s
|
||||
_tide_parent_dirs
|
||||
|
||||
function _nix_shell
|
||||
_tide_decolor (_tide_item_nix_shell)
|
||||
|
@ -1,4 +1,5 @@
|
||||
# RUN: %fish %s
|
||||
_tide_parent_dirs
|
||||
|
||||
function _node
|
||||
_tide_decolor (_tide_item_node)
|
||||
|
@ -1,4 +1,5 @@
|
||||
# RUN: %fish %s
|
||||
_tide_parent_dirs
|
||||
|
||||
function _php
|
||||
_tide_decolor (_tide_item_php)
|
||||
|
@ -1,4 +1,5 @@
|
||||
# RUN: %fish %s
|
||||
_tide_parent_dirs
|
||||
|
||||
function _pwd -a dir
|
||||
mkdir -p $dir
|
||||
|
@ -1,4 +1,5 @@
|
||||
# RUN: %fish %s
|
||||
_tide_parent_dirs
|
||||
|
||||
function _rustc
|
||||
_tide_decolor (_tide_item_rustc)
|
||||
|
@ -1,4 +1,5 @@
|
||||
# RUN: %fish %s
|
||||
_tide_parent_dirs
|
||||
|
||||
function _status
|
||||
set -lx _tide_status $status
|
||||
|
@ -1,4 +1,5 @@
|
||||
# RUN: %fish %s
|
||||
_tide_parent_dirs
|
||||
|
||||
function _terraform
|
||||
_tide_decolor (_tide_item_terraform)
|
||||
|
@ -1,4 +1,5 @@
|
||||
# RUN: %fish %s
|
||||
_tide_parent_dirs
|
||||
|
||||
function _time -a format
|
||||
_tide_decolor (tide_time_format="$format" _tide_item_time)
|
||||
|
@ -1,4 +1,5 @@
|
||||
# RUN: %fish %s
|
||||
_tide_parent_dirs
|
||||
|
||||
function _virtual_env
|
||||
_tide_decolor (_tide_item_virtual_env)
|
||||
|
@ -1,4 +1,5 @@
|
||||
# RUN: %fish %s
|
||||
_tide_parent_dirs
|
||||
|
||||
mock uname \* "echo Darwin"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user