format.ps1xml support + fixes

+ Get-DockerProcess modified to display volume mappings (Binds) as well
  as docker-compose project names.
+ Reload-MyScripts will look for *.format.ps1xml files in the profile.d
  directory and load the format data from it.
+ Get-DockerProcess output is typed and a TypeData.format.ps1xml file
  was added to the package
+ Added _ll alias for easy posix ls -la output.
+ config.files.json modified for better neovim support.
This commit is contained in:
lksz 2021-05-27 11:48:00 -04:00
parent fefb5e2572
commit 84d533a210
5 changed files with 81 additions and 17 deletions

View file

@ -1,11 +1,4 @@
{
"neovim": [
"~/.config/nvim/init.vim",
"~/.config/nvim/vim-plug/plugins.vim",
"#vim",
"#vi"
],
"vi": "~/.virc",
"omp": "~/.oh-my-posh.omp.json",
"profile": [
"~/.profile",
@ -54,15 +47,17 @@
"~/.spacemacs",
"#emacs"
],
"vi": "~/.virc",
"vim": [
"~/.vimrc",
"~/.vim/vimrc"
],
"nvim": [
"neovim": [
"~/.config/nvim/init.vim",
"~/.nvimrc",
"~/.config/nvim/vim-plug/plugins.vim",
"#vim"
],
"nvim": "#neovim",
"tmux": [
"~/.tmux.conf",
"~/.byobu/.tmux.conf"