diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-04-06 08:24:08 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-04-06 08:24:08 +0300 |
commit | 4e7f7cd77cb2d66aefa7ab574d1f6edf66482f41 (patch) | |
tree | d47ad1808100f027714097a21adb3b0dbd8796ab /dotfiles/.local/bin/activenv | |
parent | 64c32afca8b5d52809bffeaa5bedc44579f97939 (diff) | |
download | swayrice-4e7f7cd77cb2d66aefa7ab574d1f6edf66482f41.tar.gz swayrice-4e7f7cd77cb2d66aefa7ab574d1f6edf66482f41.zip |
remove old scripts
Diffstat (limited to 'dotfiles/.local/bin/activenv')
-rwxr-xr-x | dotfiles/.local/bin/activenv | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dotfiles/.local/bin/activenv b/dotfiles/.local/bin/activenv deleted file mode 100755 index 6ffac10..0000000 --- a/dotfiles/.local/bin/activenv +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -source ~/Documents/venvs/$1/bin/activate |