-
PS1='[\033[01;33m]\u \W \$[\033[00m] '
-
**Describe the bug:**
I have a default environment with a bash function in it, which works great. When I add a function to another environment, and then flox activate that one, they're both active, bu…
-
A `alias` statement like in bash can be very handy.
#### Example
```
alias notrash=blacklist ${HOME}/.local/share/Trash
alias dbus:notifications=|
dbus-user.call org.freedesktop.Notifications…
-
**Describe the bug**
If an alias is declared in the .bashrc where the name ends in a dash, the shell cannot be initialized.
`error: error reinitializing remote: error initializing shell: cannot pa…
-
I am needing help of some other mac users who can help curate this list by adding all the frequently used bash aliases in mac based systems.
-
I'm wondering how you get bash completion to work nicely with your `g="git"` alias?
I was having problems with this and various sites suggest you need some variation on `__git_complete g __git_main` …
-
Hi
When I open the terminal (command line) in the Webmin interface (ALT + K), is it possible to use its own bash aliases?
TMTYD updated
6 years ago
-
I'd love to have the ability to quickly view my bash aliases and functions from the command line. Like a man page for my custom stuff. Is this possible?
-
Using double-quotes to define the `gtg-min` alias causes the tag to be permanently resolved when defining the alias, rather than when the alias is called.
```shell
$ alias gtg-min="git tag -s -a $…
-
Hey, I am trying to deploy this project on my Mac. Because the chip architecture is different, I can not build this project on my laptop. So I write a dockerfile to simulate the X86 env and now it wor…