Compare commits

...

3 Commits

Author SHA1 Message Date
Luca Pellegrini 86b298de2d bash: aggiorna `.profile` e `.bash_profile`
In `.bash_profile` e `.profile`, dichiara le variabili XDG_CONFIG_HOME,
XDG_CACHE_HOME e XDG_DATA_HOME.
Inoltre, in `.profile`, aggiungi la cartella `~/AppImage` al PATH.
2023-03-22 22:35:53 +01:00
Luca Pellegrini 2ea150e0e1 bash: `.bash_aliases`: rinomina 'g-ad' in 'add'
Nel file `.bash_aliases`, rinomina l'alias 'g-ad' in 'add', mantenendo
inalterato il comando associato ("git add").
2023-03-22 22:33:00 +01:00
Luca Pellegrini 5f0e678305 desktop-files: Modifica `matlab.desktop`
Modifica `matlab.desktop`, in `desktop-files/.local/share/applications/`
copiando parti del corrispondende file `.desktop` creato dal pacchetto
'matlab-support' (installato via apt).
2023-03-22 22:27:13 +01:00
4 changed files with 27 additions and 9 deletions

View File

@ -45,7 +45,7 @@ alias programmazione="cd /Data/Programmazione && la"
# Git
alias g="git"
alias g-ad="git add"
alias add="git add"
alias stat="git status"
alias commit="git commit"
alias pull="git pull"

View File

@ -1,4 +1,4 @@
#!/bin/bash
# shellcheck shell=sh
# ~/.bash_profile: executed by the command interpreter for login shells.
#
# see /usr/share/doc/bash/examples/startup-files for examples.
@ -26,8 +26,13 @@ if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
# set PATH so it includes '~/AppImage' directory, if it exists
if [ -d "$HOME/AppImage" ] ; then
PATH="$HOME/AppImage:$PATH"
fi
# Environment variables
# XDG Base Directory specification
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"

View File

@ -1,3 +1,4 @@
# shellcheck shell=sh
# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
@ -25,3 +26,14 @@ fi
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
# set PATH so it includes '~/AppImage' directory, if it exists
if [ -d "$HOME/AppImage" ] ; then
PATH="$HOME/AppImage:$PATH"
fi
# Environment variables
# XDG Base Directory specification
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"

View File

@ -1,18 +1,19 @@
[Desktop Entry]
Categories=Development;Education;Science;Math;
Comment[it]=Avvia Matlab (versione R2022b)
Comment=Launch Matlab (version R2022b)
Exec=/home/luca/bin/matlab
Comment[it]=Avvia MATLAB (versione R2022b)
Comment=Launch MATLAB (version R2022b)
Exec=/home/luca/bin/matlab -desktop
GenericName[it]=
GenericName=
Icon=matlab
MimeType=
Name[it]=Matlab (R2022b)
Name=Matlab (R2022b)
Name[it]=MATLAB (R2022b)
Name=MATLAB (R2022b)
NoDisplay=false
Path=
StartupNotify=true
Terminal=true
StartupWMClass=com-mathworks-util-PostVMInit
Terminal=false
TerminalOptions=
Type=Application
Keywords[it]=matlab;