mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
add alias for main dev container
This commit is contained in:
parent
bc0bf03939
commit
99fde2b15c
1 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,9 @@ alias todo="$EDITOR ~/todo.md"
|
|||
# so that w3m uses the correct XDG config location
|
||||
alias w3m="w3m -sixel -config ~/.config/w3m/config"
|
||||
|
||||
# to run my main dev environment container
|
||||
alias devd="docker run -it -v ~/repos:/home/friend/repos --env 'TZ=Europe/Brussels' jessebot/onboardme:latest"
|
||||
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ls ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
|
||||
# lsd instead of ls for colors/icons
|
||||
alias ls='lsd -a'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue