nano 8.0 update #11

Open
opened 2024-05-13 10:15:52 +02:00 by Tealk · 0 comments
Tealk commented 2024-05-13 10:15:52 +02:00 (Migrated from codeberg.org)

Activate the new bindings in Nano:

https://codeberg.org/Tealk/ansible_collection/src/branch/master/playbook/setup-server.yml#L131

    - name: Add aliases
      ansible.builtin.blockinfile:
        path: ~/.bashrc
        block: |
          # Custom aliases
          alias ls='ls --color=auto -lAh'
          function nano() {
              nano --modernbindings $1
}
Activate the new bindings in Nano: https://codeberg.org/Tealk/ansible_collection/src/branch/master/playbook/setup-server.yml#L131 ```ansible - name: Add aliases ansible.builtin.blockinfile: path: ~/.bashrc block: | # Custom aliases alias ls='ls --color=auto -lAh' function nano() { nano --modernbindings $1 } ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
RollenspielMonster/ansible_collection#11
No description provided.