1 min read

Bash Script : alias

Default location : ~/.bash_aliases
For syncing across your linux devices, consider setting up Syncthing, then move it to a location like ~/Syncthing/system-preferences/.bash_aliases.

# source ~/.bashrc
alias ls='ls --classify --time-style=long-iso --human-readable --color=auto'
st() {
	code # normallement code souvien les fênetres de dernier overture
	# Sinon on peut monter une disque et ajouter une chemin.
	nohup firefox-devedition &> /dev/null &
	nohup copyq &> /dev/null &
	nohup flameshot &> /dev/null &
	nohup gnome-terminal -- bash -c "trans -I -b -p en:fr" &> /dev/null &
	nohup gnome-terminal -- bash -c "trans -I -b -speak fr:en" &> /dev/null &
}
stm() {
	nohup freeplane &> /dev/null &
	xdg-open /media/ron/Ronzz_Core/nextCloudSync/lib/leMondeEnLesCartes/

}

d() {
	sdcv "$1" | less
}
alias teleport='bash /media/ron/Ronzz_Core/nextCloudSync/mindiverse-life/scripts/python/src/ronzz_tool/systemTools/linux/teleport.bash'