config fish M2
This commit is contained in:
21
mac/fish/config.fish
Normal file
21
mac/fish/config.fish
Normal file
@ -0,0 +1,21 @@
|
||||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
|
||||
# ===== correctifs : déportés dans conf.d/fixes.fish
|
||||
|
||||
# ===== abbreviations
|
||||
|
||||
abbr -a cl -- clear
|
||||
|
||||
# python
|
||||
abbr -a -- py 'python3'
|
||||
abbr -a -- python 'python3'
|
||||
# .venv dans le dossier courant
|
||||
abbr -a -- pyv '.venv/bin/python'
|
||||
|
||||
# backoffice
|
||||
abbr -a -- pybo '~/dev/repos/backoffice/.venv/bin/python'
|
||||
# manage.py
|
||||
abbr -a -- djbo '~/dev/repos/backoffice/.venv/bin/python ~/dev/repos/backoffice/manage.py'
|
||||
|
||||
end
|
Reference in New Issue
Block a user