diff options
author | terminaldweller <thabogre@gmail.com> | 2022-06-28 02:42:04 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-06-28 02:42:04 +0000 |
commit | 3206e0c65013bf8855927bbad16daa199f3a42b2 (patch) | |
tree | 92825af4f34a0e947f7cc72bccb9969f075eb555 /.config | |
parent | update (diff) | |
download | scripts-3206e0c65013bf8855927bbad16daa199f3a42b2.tar.gz scripts-3206e0c65013bf8855927bbad16daa199f3a42b2.zip |
update
Diffstat (limited to '.config')
-rw-r--r-- | .config/ctop/config | 2 | ||||
-rw-r--r-- | .config/pypoetry/config.toml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.config/ctop/config b/.config/ctop/config index 3d34ab8..c7440db 100644 --- a/.config/ctop/config +++ b/.config/ctop/config @@ -1,5 +1,5 @@ [options] - columns = "status,name,id,cpu,mem,net,io,pids" + columns = "status,name,id,cpu,mem,net,io,pids,image,ports,IPs,created,cpus" filterStr = "" sortField = "state" diff --git a/.config/pypoetry/config.toml b/.config/pypoetry/config.toml new file mode 100644 index 0000000..e65a515 --- /dev/null +++ b/.config/pypoetry/config.toml @@ -0,0 +1,2 @@ +[virtualenvs] +path = "/home/devi/ssd1/pyenv" |