Merge branch 'master' of git_opytex:/lafrite/Ansible_workstation

This commit is contained in:
2020-02-06 08:27:54 +01:00
18 changed files with 187 additions and 53 deletions

View File

@@ -28,15 +28,6 @@ Host github
PubkeyAcceptedKeyTypes *
identityfile ~/.ssh/id_dsa_noPass
Host Songe
HostName songe
User waha
Port 22
ForwardAgent yes
PubkeyAcceptedKeyTypes *
identityfile ~/.ssh/id_rsa_songe
IdentitiesOnly yes
Host Choux
HostName Choux
User lafrite

View File

@@ -1,5 +1,5 @@
session_name: enseignement
start_directory: /media/documents/Cours/Prof/Enseignements/2019-2020/
start_directory: ~/Cours/Prof/Enseignements/2019-2020/
shell_command_before: source config.fish
windows:

View File

@@ -143,6 +143,7 @@ command! make !!make %a
command! mkcd :mkdir %a | cd %a
command! vgrep vim "+grep %a"
command! reload :write | restart
command ln ln -s %f:p %D
" ------------------------------------------------------------------------------