setting_up_your_terminal_environment
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| setting_up_your_terminal_environment [2021/05/11 22:28] – 168.91.18.151 | setting_up_your_terminal_environment [2023/07/25 12:02] (current) – [The Terminal] 134.190.232.186 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| Documentation by Joran Martijn (11 May 2021) | Documentation by Joran Martijn (11 May 2021) | ||
| + | |||
| + | ==== The Terminal ==== | ||
| By default the terminal is a very monotone and hard to navigate. The prompt is indistinguishable from the commands and the output, and the ' | By default the terminal is a very monotone and hard to navigate. The prompt is indistinguishable from the commands and the output, and the ' | ||
| The '' | The '' | ||
| + | |||
| + | NOTE: Logging into Perun seems to be an exception and does not load the '' | ||
| + | |||
| + | < | ||
| + | if [ -f $HOME/ | ||
| + | source $HOME/ | ||
| + | fi | ||
| + | </ | ||
| + | |||
| + | Now, when you login, the '' | ||
| === Adjusting the look of the prompt === | === Adjusting the look of the prompt === | ||
| Line 39: | Line 51: | ||
| === Moving around efficiently === | === Moving around efficiently === | ||
| + | |||
| + | Moving around on the filesystem can demand a lot of key strokes, especially if you need to type a very long cd command. I find it very useful to " | ||
| + | |||
| + | < | ||
| + | alias cdscripts=' | ||
| + | alias cdproj1=' | ||
| + | alias cdproj2=' | ||
| + | </ | ||
| + | |||
| + | In addition, invoking '' | ||
| + | |||
| + | === Other useful aliases === | ||
| + | |||
| + | < | ||
| + | ## editor shortcuts | ||
| + | alias e=' | ||
| + | alias v=' | ||
| + | |||
| + | ## common commands | ||
| + | alias a=' | ||
| + | alias d=' | ||
| + | alias editb=' | ||
| + | alias loadb=' | ||
| + | </ | ||
setting_up_your_terminal_environment.1620782927.txt.gz · Last modified: by 168.91.18.151
