techwiki:bash

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

techwiki:bash [2021/08/28 07:47] – created yingtechwiki:bash [2022/12/03 10:55] (current) – [Bash profile] ying
Line 22: Line 22:
 Note: by adding your_Path_To_3rd_Party_Binary to the $PATH variable, you can directly call them in terminal. Note: by adding your_Path_To_3rd_Party_Binary to the $PATH variable, you can directly call them in terminal.
  
 +**My linux bash profile code**
 +
 +<code bash>
 +# User specific aliases and functions
 +alias fx='cd ~/App/firefox;./firefox'
 +# refresh fx installation
 +alias fxnew='cd ~/App;rm -r firefox;tar xjvf firefox-91.9.1esr.tar.bz2'
 +</code>
 ====== Bash tips ====== ====== Bash tips ======
   * find path to a command file <code bash>which ls</code>   * find path to a command file <code bash>which ls</code>
  • techwiki/bash.1630136867.txt.gz
  • Last modified: 2021/08/28 07:47
  • by ying