My fish config

This commit is contained in:
2024-09-18 21:32:11 -03:00
commit 755ddf5f2f
107 changed files with 1808 additions and 0 deletions

3
functions/please.fish Normal file
View File

@@ -0,0 +1,3 @@
function please --wraps='PLEASE_DIR="/home/allann/Documentos/workspace/env/python-env/bin" /python /please' --wraps='PLEASE_DIR="$HOME/Documentos/workspace/env/python-env/bin" $PLEASE_DIR/python $PLEASE_DIR/please' --description 'alias please PLEASE_DIR="$HOME/Documentos/workspace/env/python-env/bin" $PLEASE_DIR/python $PLEASE_DIR/please'
PLEASE_DIR="$HOME/Documentos/workspace/env/python-env/bin" $PLEASE_DIR/python $PLEASE_DIR/please $argv;
end