Newest version of dotfiles with Ghostty, Fish, kickstart vim and zsh updates
This commit is contained in:
7
.config/fish/conf.d/testing.fish
Normal file
7
.config/fish/conf.d/testing.fish
Normal file
@@ -0,0 +1,7 @@
|
||||
# Testing environment variables
|
||||
set -gx PLAYWRIGHT_BROWSERS_PATH ~/.cache/ms-playwright
|
||||
set -gx PYTEST_CURRENT_TEST ""
|
||||
|
||||
# Test result formatting
|
||||
alias pytest="python -m pytest -v --tb=short"
|
||||
alias test-docker="docker run --rm -v (pwd):/app -w /app"
|
||||
Reference in New Issue
Block a user