We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f4af9 commit 6408d03Copy full SHA for 6408d03
bashrc
@@ -20,6 +20,7 @@ _is_posix(){ shopt -oq posix; }
20
# Provides prompt for non-login shells, specifically shells started
21
# in the X environment.
22
23
+# TODO check case $- in (*i*)
24
# Make bash append rather than overwrite the history on disk
25
# Allows user to edit a failed hist exp.
26
# Allows user to verify the results of hist exp.
@@ -41,6 +42,9 @@ shopt -s extglob globstar
41
42
# Hashtable the commands!
43
shopt -s checkhash
44
45
+# Winsize
46
+shopt -s checkwinsize
47
+
48
# Colors
49
alias l='ls -AFlh'
50
alias ll='ls -Flh'
0 commit comments