aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorawy <awy@tutamail.com>2024-08-19 19:57:40 +0300
committerawy <awy@tutamail.com>2024-08-19 19:57:40 +0300
commitc1faf4d18de264723f0731bccf23164a770a9ea0 (patch)
tree258a82e477b3cf97e1ebde5f2da13162190142b6 /.zshrc
parentf326a862cbed691774901be046cc352f2bbc8cdd (diff)
update
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
new file mode 100644
index 0000000..6bb4380
--- /dev/null
+++ b/.zshrc
@@ -0,0 +1,6 @@
+# Enable colors and change prompt:
+autoload -U colors && colors # Load colors
+PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
+setopt autocd # Automatically cd into typed directory.
+stty stop undef # Disable ctrl-s to freeze terminal.
+setopt interactive_comments