2023-12-22
-
Updating
PATH
in linux-
$ export PATH=$PATH:/usr/sbin
- adding a path to a directory -
There’s a no way to remove a directory from path instead reassign existing path to the same variable like
$ export PATH=/home/vinay:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin
-
-
Kubernetes Architecture
-
Remove fish greeting
- To remove the fish greeting, Welcome to fish, the friendly interactive shell, add the following
set fish_greeting ""
to.config/fish/config.fish
- To remove the fish greeting, Welcome to fish, the friendly interactive shell, add the following