fix
This commit is contained in:
parent
80d71ed324
commit
99cbb9102f
@ -83,3 +83,7 @@ alias music='mplayer -shuffle ~/Music/*'
|
||||
# alias va='source "$(find -P . -maxdepth 3 -type f -name activate | sort | head -n 1)" &>/dev/null || echo "error: virtual env not found, use python3 -m virtualenv venv" >&2'
|
||||
alias ve='python3 -m virtualenv venv && . venv/bin/activate'
|
||||
alias vd='deactivate'
|
||||
|
||||
|
||||
# docker
|
||||
alias drma='docker rm $(docker ps -a -q -f status=exited)'
|
||||
|
||||
1
Makefile
1
Makefile
@ -6,7 +6,6 @@ install:
|
||||
ln -s $(PWD)/.bashrc ~
|
||||
ln -s $(PWD)/.zshrc ~
|
||||
ln -s $(PWD)/.vimrc ~
|
||||
. ~/.bashrc
|
||||
|
||||
clean:
|
||||
rm -rf .ssh doc etc functions img .gitignore README.md setup.sh ssh_setup.sh git_setup.sh .git
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user