Skip to content

dlordi/calepinus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

bash

  • assicurarsi che il file $HOME/.bash_profile abbia i seguenti permessi: -rw-r--r--

    chmod 644 $HOME/.bash_profile
  • impostazioni da mettere in .bash_profile

    bind '"\e[A": history-search-backward'
    bind '"\e[B": history-search-forward'
    shopt -s histappend
  • vedere anche linux-unix.md

linux/unix

  • alias utili

    alias ll='ls -las'
    alias ..='cd ..'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published