bash: change comment
This commit is contained in:
parent
34362420ce
commit
0d77e67c8e
1 changed files with 5 additions and 3 deletions
8
.bashrc
8
.bashrc
|
@ -1,6 +1,8 @@
|
||||||
#
|
#!/bin/bash
|
||||||
# ~/.bashrc
|
|
||||||
#
|
# Blake's bashrc 99.99% of this is the default bashrc for manjaro, I just liked
|
||||||
|
# it so I took it. The main job of this is to load my basic shell
|
||||||
|
# configuration, which works in any `sh`-compatible shell
|
||||||
|
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
Loading…
Add table
Reference in a new issue