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 23:22] – 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 40: | Line 52: | ||
| === 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 " | + | 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 " |
| < | < | ||
| Line 55: | Line 67: | ||
| ## editor shortcuts | ## editor shortcuts | ||
| alias e=' | alias e=' | ||
| + | alias v=' | ||
| ## common commands | ## common commands | ||
setting_up_your_terminal_environment.1620786132.txt.gz · Last modified: by 168.91.18.151
