diff --git a/sh/n.bashrc.sh b/sh/n.bashrc.sh index d21e90f..f4cd662 100644 --- a/sh/n.bashrc.sh +++ b/sh/n.bashrc.sh @@ -14,9 +14,9 @@ alias bed='nano ~/.bashrc && source ~/.bashrc && ls -l /sdcard/Documents > /sdcard/Documents/aliases_$(date +"%m%d%Y").txt && cp ~/.bashrc ~/.bash_profile && cp ~/.bashrc /sdcard/Documents/code/sh/n.bashrc.sh' # Edit and reload .bashrc, create directory text file, copy to repository alias i='apt-get install' # Install packages alias c='clear' # Clear the terminal screen -alias gem='termux-open https://gemini.google.com' +alias gem='termux-open https://gemini.google.com' #Opem Google Gemininin web browser alias h='history' # Show command history -alias py='python' +alias py='python' # Run python alias la='ls -a' # List all files including hidden alias copy='termux-clipboard-set' # Copy to clipboard alias ll='ls -alF' # Long list format with hidden files and types