1
0
Fork 0

Autocommitted updated scripts from mari-wovn

main
Marissa Staib 5 years ago
parent 19e6121994
commit d0dd59f8fe
  1. 3
      .gitmodules
  2. 1
      bash_aliases.sh
  3. 1
      ssh-find-agent

3
.gitmodules vendored

@ -4,3 +4,6 @@
[submodule "vim/bundle/vim-gfm-syntax"] [submodule "vim/bundle/vim-gfm-syntax"]
path = vim/bundle/vim-gfm-syntax path = vim/bundle/vim-gfm-syntax
url = https://github.com/rhysd/vim-gfm-syntax.git url = https://github.com/rhysd/vim-gfm-syntax.git
[submodule "ssh-find-agent"]
path = ssh-find-agent
url = https://github.com/wwalker/ssh-find-agent.git

@ -113,3 +113,4 @@ function help ()
PS1='\[\e[1;31m\]${debian_chroot:+($debian_chroot)}\[\e[0;36m\]\u\[\e[0;33m\]@\[\e[34m\]\h\[\e[0m\]:\[\e[1;32m\]\w\[\e[0m\]\n\$ ' PS1='\[\e[1;31m\]${debian_chroot:+($debian_chroot)}\[\e[0;36m\]\u\[\e[0;33m\]@\[\e[34m\]\h\[\e[0m\]:\[\e[1;32m\]\w\[\e[0m\]\n\$ '
. "$( dirname "$(realpath -e "${BASH_SOURCE[0]}")" )"/bash_tmux.sh . "$( dirname "$(realpath -e "${BASH_SOURCE[0]}")" )"/bash_tmux.sh
. "$( dirname "$(realpath -e "${BASH_SOURCE[0]}")" )"/ssh-find-agent/ssh-find-agent.sh

@ -0,0 +1 @@
Subproject commit d1e030b29984874ec6907818cc8a832fa384d461
Loading…
Cancel
Save